---
title: "@ListSet"
---
Updates the value at a given position in the list to a new value.
@ListSet(List, Index, Item)| Name | Description |
|---|---|
| ☆ List | The list to update |
| ☆ Index | The 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. |
| ☆ Item | The new value |