Table of Contents

Unassign (Statement)

Format

unassign Variable
unassign Array_Variable[i]
unassign Array_Variable[row, col]
unassign Map_Variable[key]

Description

Clears the contents of a variable, an array element, or a map element and sets its type to 0 (see TypeOf and Assigned).

See Also

2016/01/01 22:42

History

1.99.99.39New to version.
2.0.0.0Added map type