DspDel
Deletes all objects from a specified AN.
Note: This function is only used for V3.xx and V4.xx animations, and was superseded in later releases.
Syntax
DspDel(AN)
AN:
The animation-point number.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
DspDel(25);
! Deletes all animation at AN25.
See Also