LOW(1)
PURPOSE
This function returns the A type field specified in lower case characters.
PARTS
1 f/c/e | Required - The value to use. The original value is left unchanged. |
RETURN TYPE - A
If the receiving field is too short, the remaining characters will be truncated.
SEE ALSO
EXAMPLE
define x type a size 20
x = LOW('ABcdEFG')
// x = 'abcdefg'
Page url: http://www.cassoftware.com/tas/manual/lowercase().htm