StrLwr()
Type: REGULAR
FUNCTION
Purpose: Converts all uppercase letters in a string to lowercase.
Usage: AllLower = StrLwr(String)
String
STRING
String for conversion.
AllLower
STRING
String converted to all lowercase.
Related Topics