- Found in:
- Dylbills PE
Description
Documentation Comment
insert the ToInsert string into the array, increasing the size by one and
moving each string after index back by one, returning the new array.
Caveats
Parameters
string[]akArray
stringToInsert
intIndex
Examples
Auto-Generated Example
string[] myStringArray__akArray
string myString__ToInsert
int myInt__Index
string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.InsertAt(myStringArray__akArray, myString__ToInsert, myInt__Index)