- Found in:
- cLib
string[]functioncArrayRemoveIndicesString(string[]aArray, int[]indicesToRemove, intstopLength=0)Global
Description
Documentation String
Requirements: None
Caveats
Parameters
string[]aArray
int[]indicesToRemove
intstopLength=0
Examples
Auto-Generated Example
string[] myStringArray__aArray
int[] myIntArray__indicesToRemove
int myInt__stopLength
string[] returnedValue = clib.cArrayRemoveIndicesString(myStringArray__aArray, myIntArray__indicesToRemove, myInt__stopLength)