DELETES THE SYSTEM OBJECT NUMBER N
ACTION
The command DELETE N deletes the system object designated by its number N.
The number N is free and can be reused.
If the system object is a SCENE3D or a FORM, all the system objects inside are deleted also.
If the system object is a TARGET for 2D drawing, for printing or for command, it is FORBIDEN to delete it : change the targeted system object before deletion with the command 2D_TARGET_IS.
It is forbidden to delete FORM0. For FORM0 : use HIDE, but not DELETE.
SYNTAX:
DELETE N
USE ERROR EXAMPLE
rem create a BUTTON
button 1
rem wait 1 second
wait 1000
rem delete it
delete 1
DELETE
DELETE N
SEE ALSO
-