DspDel
- Last UpdatedJul 18, 2023
- 1 minute read
Deletes all objects from a specified AN.
Note: This function was designed to only be used on Cicode objects, or the animation point object from the version 3.xx/4.xx toolbox.
Syntax
DspDel(nAN)
nAN:
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.