OpenWGA 7.10 - TMLScript reference
ListMethod :
add([index, ] value)
On object | List |
Usage |
Adds a value to the list |
Parameters |
index (Number, optional): The index position at which the value is inserted. The value that previously had this index and all following values are moved at the next higher index position. Omit this parameter to append the new value at the end of the list.
|
Allowed in script types |
|