TLO:Variable
From Lavish Software Wiki
[edit]
Forms
- variable Variable[name]
- Retrieves a generic variable object from the given variable name
- variable Variable[array[#]]
- 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\]]}.
[edit]
Examples
[edit]
