Type Property |
The Type property gets the type associated with a Mathcad value.
bStr = objMC.Type
Element |
Description |
bStr |
The type of the value queried. Returns either numeric, string, or matrix. |
objMC |
A Mathcad value object. |