LCASE & UCASE |
Action
Converts a string into lower or upper case.
Syntax dest = LCASE( source ) dest = UCASE( source ) Remarks dest The string variable
that will be assigned with the lower or upper case of string SOURCE.
s = UCASE(s)
'convert to upper case |