unassign Variable
unassign Array_Variable[i]
unassign Array_Variable[row, col]
unassign Map_Variable[key]
Clears the contents of a variable, an array element, or a map element and sets its type to 0 (see TypeOf and Assigned).
ArrayBase, ArrayLength, Assigned, Dim, Fill, Map, Redim, TypeOf, Unassign, VariableWatch
1.99.99.39 | New to version. |
2.0.0.0 | Added map type |