UP(1)
PURPOSE
This function returns the string value (type A) specified in upper case characters.
PARTS
1 f/c/e | Required - The value to use. The original value remains 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 10
x = up('abcdEFG')
// x = 'ABCDEFG'
Page url: http://www.cassoftware.com/tas/manual/upcasefield().htm