Delete V.CYC. variables
A V.CYC. variable is automatically deleted when the program exists the cycle or the program level in which the variable was created.
Alternatively, a V.CYC. variable can also be deleted by the NC command #DELETE in the program level in which it was created.
For example,
#DELETE V.CYC.MyVar
Notice
#DELETE can only delete V.CYC. variables in the program level in which it was created.
Deleting a non existing V.CYC. variable is ignored. No warning or error message is output.
If an attempt is made in a program level to delete an existing V.CYC. variable which was created in a higher program level, the error P-ERR-20933 is output.