Function TokenLower() Foundation
Changes the first character of tokens to lower case.
TokenLower( <cString> , ;
[<cDelimiter>], ;
[<nCount>] ;
) --> cResultString
<cDelimiter> is a string containing token delimiters. It defaults to a string with the following characters:
CHR() - 0, 9, 10, 13, 26, 32, 138, 141
plus - ,.;:!?/\<>()#&%+-*
The parameter <nCount> defaults to the total number of tokens in <cString> (the first character of all tokens will be changed to lower case).
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.