- Found in:
- Dylbills PE
Description
Documentation Comment
Remove the element at the Index of the akArray and return new array.
Passed in array must be less than or equal to 129 elements in length.
Caveats
Parameters
string[]akArray
intIndex
Examples
Auto-Generated Example
string[] myStringArray__akArray
int myInt__Index
string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.RemoveAt(myStringArray__akArray, myInt__Index)