Command
EN
Version 1.90
DEL VAR
Syntax
DEL VAR:VariableName;
Description
Deletes the Global Variable VariableName[GLOBAL] from the hard disk.
Example:
DEL VAR:"Test";
END;
deletes the variable
Test[GLOBAL]
from the hard disk.
