- Found in:
- Dylbills PE
Description
Documentation Comment
Copy all the elements from akArray to NewArray and return NewArray.
Only copy's up to 128 elements.
different than doing ArrayA = ArrayB.
When doing that, altering ArrayB will also alter ArrayA. Not so with these copy functions.
Caveats
Parameters
string[]akArray
Examples
Auto-Generated Example
string[] myStringArray__akArray
string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.Duplicate(myStringArray__akArray)