FNumber Function
Application
Force Control Object FC#, Force Trigger Object FT#, Force Monitor Object FM#, Force Coordinate System Object FCS#
Description
This returns the force object number corresponding to the label of the specified force object.
Usage
FNumber(Object)
- Object
Object name
The object is specified as FC (label), FCS (label), FT (label), or FM (label).
Return Values
Integers
Detailed Explanation
This returns the force object number corresponding to the label of the specified force object. An error occurs when there is no corresponding object.
Usage Example
This is an example of establishing a label for a force object, acquiring the number from that label, then displaying it.
> FSet FM1.Label, "Label1"
> Print FNumber(FM(Label1))
1
See Also
Number Property, Label Property, Force Control Object FC#,Force Trigger Object FT#, Force Monitor Object FM#, Force Coordinate System Object FCS#