MivaScript Builtin Function, Miva Merchant 9+
miva_array_insert( array var, element, pos )
<mvt:assign name="g.return_value" value="miva_array_insert( array var, element, pos )" />
Inserts single element "element" into "array" at position "pos".
array
The array tro which the records will be inserted
element
the record that will be inserted
pos
the index where the element will be inserted.