TLO:Variable

From Lavish Software Wiki

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