Function CharSort() Foundation
Sorts characters or substrings within a string.
CharSort( <cString> , ;
[<nSubstrLen>] , ; // Default: 1
[<nCompareLen>] , ; // Default: 1
[<nIgnoreCharsFromLeft>], ; // Default: 0
[<nSubstringOffset>] , ; // Default: 0
[<nSortLen>] , ; // Default: Len(cString)
[<lDescending>] ; // Default: .F.
) --> cResultString
Returns the processed string or a null string ("") in case of an error.
Sorts characters or substrings within a string.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.