StrToLower
Previous Top Next

Returns a new string  from the old string that its letters are lower case.
Syntax: StrToLower (string)
Example: Msgbox (StrToLower("AbCdE"))
Result: Displays "abcde"