MPDel Statement
Application
Mass Property Object MP#
Description
This deletes the specified Mass Property Object.
Immediate Execution
Yes
Usage
MPDel Object1 [, Object2]
Object1
The Mass Property Object starting the object data range to be deleted or a string variable defining the Mass Property Object.Object2
The Mass Property Object starting the object data range to be deleted or a string variable defining the Mass Property Object.
Detailed Explanation
This is used to delete the specified Mass Property Object while the program is being executed. The object data from the start object parameter to the end object parameter is deleted. The start object and the end object must be a Mass Property Object. Moreover, make the number of the start object smaller than the number of the end object. No error occurs when the object is not defined.
Usage Example
This is an example of deleting the Mass Property Object.
> MPDel MP1 ' Deletes Mass Property Object 1
> MPDel MP2, MP10 ' Deletes Mass Property Object 2 through 10
See Also
Mass Property Object MP#