Methods
Sequence objects always contain the same methods. Use the following methods to access the contents of the sequence:
Append()—Adds a new item to the end of the array
Clear()—Removes all items from the array
Insert()—Inserts a new item at any location of the array
InsertSeq()—Inserts the contents of a sequence of items at any location of the array
Set()—Assigns one item in the array to the input item
Remove()—Removes a range of items from the array
Was this helpful?