User Defined Functions Library
|
Syntax:
| SortStrings |
|
Where:
| aryStrings
Array of strings
bAsc
True / False value indicating if strings should be sorted assending
bCS
True / False value indicating if sort should be performed case sensitive
intStart
Starting index to sort from. If Null passed, default value used
intEnd
Ending index to sort to . If Null passed, default value used |
|
Constants:
| None |
|
Return Type:
| Array (String) |
View Function in:
Script Example
Language not currently implemented for this function
Language not currently implemented for this function
|