FDel Statement
Application
Force Control Object FC#, Force Trigger Object FT#, Force Monitor Object FM#, Force Coordinate System Object FCS#
Description
This deletes the specified force object.
Usage
FDel Object1 [, Object2]
- Object1
The object name at the beginning of the object data range to be deleted - Object2
The object name at the end of the object data range to be deleted
Detailed Explanation
This is used to delete any type of specified force object while the program is running.
This deletes the object data starting with the start object and ending with the end object established in the parameters.
The start object and end object must be the same type of object.
In addition, please assign a smaller number to the start object than the end object. No error occurs when the object is not defined.
Usage Example
This is an example of deleting an object.
> FDel FC1 ' Deletes Force Control Object1
> FDel FT2, FT10 ' Deletes Force Trigger Object2 through 10
See Also
Force Control Object FC#, Force Trigger Object FT#, Force Monitor Object FM#, Force Coordinate System Object FCS#