StrToLower
|
String manipulation |
SYNTAX | StrToLower( ''string'' ) |
RETURNS | STRING |
FUNCTION | This function converts input string to all lower case. |
EXAMPLE | Title = StrToLower( "MiXeD
CaSe" ); |
SEE ALSO | StrToUpper() function |
The StrToLower function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.