Prev Page Next Page
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"
  
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)