Setatom

From OpenEUO
Revision as of 11:02, 8 October 2010 by 76.184.213.234 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
setatom(str,val)

Sets a variable available to all executing scripts in the same OpenEUO instance. Variable name is provided by the string str, and the value of the variable is set to val, which can be a number or a string (or nil). Read access to the variable is provided by the getatom function.

Cmpsetatom

Getatom

Listatoms