StrToLower
- convert to lowercase

String manipulation
(AmiBroker 4.80)


SYNTAX StrToLower( ''string'' )
RETURNS STRING
FUNCTION This function converts input string to all lower case.
EXAMPLE Title = StrToLower( "MiXeD CaSe" );
SEE ALSO StrToUpper() function

References:

The StrToLower function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.