@ListInsert
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

@ListInsert

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

@ListInsert

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.

Was this article helpful?