Actions

NameInfo

add element

adds a number to the collection

add element at index

adds a number at the current index (collection "index" property) of the collection

remove element at index

removes an element at the current index (collection "index" property) of the collection

remove all

removes all the elements in the collection

add a list of numbers as elements

adds all the numbers separated by a comma as individual number variables to a collection for example "1,2,3,4,5"

Last updated