Actions

NameInfo

add element

adds a text to the collection

add element at index

adds a text 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 letters as elements

adds all the letters of a specified text as individual text variables to a collection

add words as elements

adds all the words of a specified text as individual text variables to a collection

add lines as elements

adds all the lines of a specified text as individual text variables to a collection

add text elements by separator

adds all the characters separated by a specified separator (collection "separator" property) as individual text variables to a collection

Last updated