unset
Unset specified variables. The variables have been set either using the set command
or as a byproduct of some other statements or methods (like record)
unset
The name of the variable to unset (as a string) or an array of variable names to unset.
Variable
Any variable can be unset by this method.
Examples
Unset a single variable
Unset multiple variables
See Also
- Variables and Expressions: Complete reference for SWML variables, scopes, and syntax
- set: Set variables in the script