Slice

Command Prototype

arrRet = splice(array,begin,end)

Command Description

Slices the array from a given begin point to an end point (inclusive) and returns the slice

Parameter Description
Required Parameter
array--The array to slice
begin--The index number representing the beginning of the slice
end--The index number representing the end of the slice
return
arrRet--The variable used to save the output of the function call

results matching ""

    No results matching ""