DeleteVar
From Wiki
Synopsis
deleteVar {variable name}
Description
The deleteVar command deletes the content of a variable.
Note: |
|
Example
... ; set %test to something set %test TEST ; note there is no % char in front. deleteVar test ; %test now holds nothing ...
See Also
Obsolete
- Obsolete commands that are only used for backward compatibility.
deleteVar | Sets a variable to an empty string |
initEvents | Initializes all event commands |