TLO:Variable
Jump to navigation
Jump to search
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\]]}.