This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:unassign [2020/02/28 10:46] 127.0.0.1 external edit |
en:unassign [2020/04/23 15:49] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Unassign (Statement) ===== | ===== Unassign (Statement) ===== | ||
==== Format ==== | ==== Format ==== | ||
- | **unassign** | + | |
- | **unassign** | + | **unassign** [[variables|Variable]]\\ |
+ | **unassign** [[ArrayElements|Array_Variable[i]]]\\ | ||
+ | **unassign** | ||
+ | **unassign** | ||
==== Description ==== | ==== Description ==== | ||
- | Clears the contents of a variable and sets its type to 0 (see [[TypeOf|TypeOf]]). | + | Clears the contents of a variable, an array element, or a map element |
==== See Also ==== | ==== See Also ==== | ||
Line 12: | Line 15: | ||
==== History ==== | ==== History ==== | ||
|1.99.99.39|New to version.| | |1.99.99.39|New to version.| | ||
+ | |2.0.0.0|Added map type| |