MPLabel$ Function
Application
Mass Property Object MP#
Description
Returns the Mass Property Object label.
Usage
MPLabel$(Object)
- Object
Mass Property Object name
Mass Property Object is specified as either of MP (numerical value) or MP (label).
Return Values
String
Detailed Explanation
Returns the Mass Property Object label.
Usage Example
This example sets the Mass Property Object label and displays it.
> MPSet MP1.Label, "Label1"
> Print MPLabel$(MP1)
Label1
See Also
Label Property, Mass Property Object MP#