9.66
LOCASE - Converts a string to lowercase
Argument(s)
from 0 to 1, String
Result type
String
Aliases
LOWER
See also
UPCASE UPPER
Category
String handling
Example:
C:> ASET -p X := LOCASE('AbCdE') X=abcde