---
title: "@ListInsert"
---
Inserts an item into a list.
@ListInsert(List, Item, [Index])
Name | Description |
---|---|
☆ List | The list. |
☆ Item | The item. |
Index | The 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. |