Insert
Command Prototype
arrRet = insert(array,postion,item)
Command Description
Inserts an element at a specified position in an array
Parameter Description
- Required Parameter
- array--The array to insert an element into
- postion--The index number representing the position in the array to insert the element
- item--The element to insert into the array
- return
- arrRet--The variable used to save the output of the function call