- Found in:
- Dylbills PE
Description
Documentation Comment
Add an element to the end of the array and return new array.
The passed in akArray must be less than 128 elements in length.
Caveats
Parameters
string[]akArray
stringToPush
Examples
Auto-Generated Example
string[] myStringArray__akArray
string myString__ToPush
string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.Push(myStringArray__akArray, myString__ToPush)