Getatom

From OpenEUO
Revision as of 10:04, 8 October 2010 by 76.184.213.234 (Talk) (Created page with " local val = getatom(str) Returns the value of an atomic variable that is available to all executing scripts in the same OpenEUO instance. The variable name is specified by the ...")

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

Returns the value of an atomic variable that is available to all executing scripts in the same OpenEUO instance. The variable name is specified by the string str, and returns val, which can be a string or number (or nil).