- Found in:
- Dylbills PE
Description
Documentation Comment
Remove all of the ToClear elements from the akArray and return new array.
The length of the new array must be 128 or less, otherwise returns the akArray unedited.
Caveats
Parameters
string[]akArray
stringToClear
Examples
Auto-Generated Example
string[] myStringArray__akArray
string myString__ToClear
string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.Clear(myStringArray__akArray, myString__ToClear)