TLO:Variable

From Lavish Software Wiki
Revision as of 18:55, 6 March 2006 by Lax (talk | contribs)
Jump to navigation Jump to search

Forms

Retrieves a generic variable object from the given variable name
Retrieves a variable object representing one element of an array. Note that to follow LavishScript syntax, the array member access must either be escaped or quoted, e.g. ${Variable["MyArray[1]"} or ${Variable[MyArray[1\]]}.

Examples

See variable examples

See Also