- Found in:
- cLib
string[]functioncArrayBubbleSortString(string[]aArray, boolinvertIt=false, boolusePapUtil=true)Global
Description
Documentation String
Requirements: None, PapyrusUtil:Soft
Caveats
Parameters
string[]aArray
boolinvertIt=false
boolusePapUtil=true
Examples
Auto-Generated Example
string[] myStringArray__aArray
bool myBool__invertIt
bool myBool__usePapUtil
string[] returnedValue = clib.cArrayBubbleSortString(myStringArray__aArray, myBool__invertIt, myBool__usePapUtil)