- Found in:
- Dylbills PE
Description
Documentation Comment
Resize akArray to NewSize and return New Array.
If NewSize is less than current size, removes elements after NewSize in akArray.
If NewSize is greater than current size, the Fill element to the end of the akArray.
Caveats
Parameters
string[]akArray
intNewSize
stringFill=""
Examples
Auto-Generated Example
string[] myStringArray__akArray
int myInt__NewSize
string myString__Fill
string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.Resize(myStringArray__akArray, myInt__NewSize, myString__Fill)