User Tools

Site Tools


en:unassign

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:unassign [2016/08/01 12:14]
admin
en:unassign [2020/04/23 15:49] (current)
admin
Line 1: Line 1:
 ===== Unassign (Statement) ===== ===== Unassign (Statement) =====
 ==== Format ==== ==== Format ====
-**unassign** variable \\ + 
-**unassign** ( variable )+**unassign** [[variables|Variable]]\\ 
 +**unassign** [[ArrayElements|Array_Variable[i]]]\\ 
 +**unassign** [[ArrayElements|Array_Variable[row, col]]]\\ 
 +**unassign** [[MapElements|Map_Variable[key]]]
  
 ==== 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 and sets its type to 0 (see [[TypeOf|TypeOf]] and [[Assigned|Assigned]]).
  
 ==== 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|
en/unassign.1470075250.txt.gz · Last modified: 2020/02/28 10:46 (external edit)