- Found in:
- Dylbills PE
Description
Documentation Comment
Remove either the first or last element from the array and return new shortened array
Passed in array must be less than or equal to 129 elements in length.
Caveats
Parameters
string[]akArray
boolFirst=true
Examples
Auto-Generated Example
string[] myStringArray__akArray
bool myBool__First
string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.Shift(myStringArray__akArray, myBool__First)