- Found in:
- cLib
int[]functioncArrayTidyInt(int[]aArray, boolclearZero=false, boolclearDupes=false, boolsortIt=false)Global
Description
Documentation String
Requirements: None
Caveats
Parameters
int[]aArray
boolclearZero=false
boolclearDupes=false
boolsortIt=false
Examples
Auto-Generated Example
int[] myIntArray__aArray
bool myBool__clearZero
bool myBool__clearDupes
bool myBool__sortIt
int[] returnedValue = clib.cArrayTidyInt(myIntArray__aArray, myBool__clearZero, myBool__clearDupes, myBool__sortIt)