MivaScript Builtin Function, Miva Merchant 9+
miva_array_insert_var( array var, element var, pos )
<mvt:assign name="g.return_value" value="miva_array_insert_var( array var, element var, 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.