Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

@ListInsert

Modified on July 26, 2024

Inserts an item into a list.

Script usage:

@ListInsert(List, Item, [Index])

Parameters:

NameDescription
ListThe list.
ItemThe item.
IndexThe index. 0 inserts the item at the start of the list. If this parameter is not present, the item is added to the end of the list.