OpenWGA 7.6 - TMLScript reference
ListMethod :
addAll([index,] list)
On object | List |
Usage | Adds all values of another list to this list |
Parameters |
index (Number, optional): Index position at which the values are inserted. The first inserted value gets this index, all following values are inserted directly after it. The value that was at that index position before and all following values are moved to higher index positions accordingly. Omit this to let all values be appended to the end of the list.
list (Liste): |
Allowed in script types |
|