[Array->Insert]

Array

Member

Preferred

5.0

[Array->Insert] inserts a value into the array. Accepts a single parameter which is the value to be inserted and an optional integer parameter identifying the position of the location where the value should be inserted. Defaults to inserting the parameter at the end of the array. Returns no value.

The first element in an array is at position 1.

Note: This tag will not replace an item in the array. Instead, it will insert the new item and increment the position of all the existing items that follow.

[Array->(Insert: 'Insert Value')]

[Array->(Insert: 'Insert Value', Array Position)]

[Array->Insert]