Difference between revisions of "UNSET"

From 4Dimensions
Jump to: navigation, search
(Bot: Automated import of articles)
 
m
 
Line 1: Line 1:
 
'''UNSET'''
 
'''UNSET'''
 
[[Category:Help Files]]
 
[[Category:Help Files]]
 
+
[[Category:Building]]
UNSET
 
 
 
UNSET
 
 
 
UNSET
 
 
 
 
 
  
 
Usage: unset variable
 
Usage: unset variable

Latest revision as of 15:34, 14 July 2017

UNSET

Usage: unset variable

  • in this example we have a var %testvar% we no longer need:

set testvar hops happily along %echo% %self.name% %testvar%

unset testvar

  • please note - if we had made the var global, it'd be gone instead.

Remove the variable from the global variables of this script, or if not

found there, from the script.


See Also: SET EVAL