FDef Function
Application
Force Control Object FC#, Force Trigger Object FT#, Force Monitor Object FM#, Force Coordinate System Object FCS#
Description
Identifies whether the specified force object is defined or not.
Usage
FDef(Object)
- Object
Object name
Return Values
“True” if the specified force object is defined, “False” if undefined.
Detailed Explanation
Identifies whether the specified force object is defined or not.
Usage Example
This is an example of when the object is defined.
Function main
If FDef(FC9) Then
Print "FC9 is defined"
EndIf
Fend
See Also
Force Object FC#, Force Trigger Object FT#, Force Monitor Object FM#, Force Coordinate System Object FCS#