|
Lower() |
|
|
Purpose To convert upper case characters to lower case Syntax Lower( <cString> ) cLowerCase Arguments <cString> is the string to convert to lower case. Returns Lower() returns the lower cased equivalent of <cString>.
|