StrToLower
Previous
Top
Next
Returns a new string from the old string with all the letters in lower case.
Syntax: StrToLower (string)
Example: Msgbox (StrToLower("AbCdE"))
Result: Displays "abcde"
Converted from CHM to HTML with
chm2web Pro 2.85 (unicode)