lcase
ACTION: returns lowercase of string
USE: string=lcase(string)
EXAMPLE:
s=lcase "ABCDEF"

RESULT:
s="abcdef"

RELATED: ucase ltrim rtrim asc