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.

@ListSet

Updates the value at a given position in the list to a new value.

Script usage:

@ListSet(List, Index, Item)

Parameters:

NameDescription
ListThe list to update
IndexThe 0-based index to set. If negative, counts from the end of the list. If positive and larger than the list, grows the list as necessary.
ItemThe new value