- Found in:
- cLib
string[]functioncArrayTidyString(string[]aArray, boolclearEmpty=false, boolclearDupes=false, boolsortIt=false)Global
Description
Documentation String
Requirements: None
Caveats
Parameters
string[]aArray
boolclearEmpty=false
boolclearDupes=false
boolsortIt=false
Examples
Auto-Generated Example
string[] myStringArray__aArray
bool myBool__clearEmpty
bool myBool__clearDupes
bool myBool__sortIt
string[] returnedValue = clib.cArrayTidyString(myStringArray__aArray, myBool__clearEmpty, myBool__clearDupes, myBool__sortIt)