Navigation:  Reference > Functions >

UpcaseField()

Print this Topic Previous pageReturn to chapter overviewNext page

 

UP(1)

 

PURPOSE

This function returns the string value (type A) specified in upper case characters.

 

PARTS

 

1 f/c/eRequired - 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

LOW(), PROP()

 

EXAMPLE

define x type a size 10

x = up('abcdEFG')

// x = 'ABCDEFG'

 

 


Page url: http://www.cassoftware.com/tas/manual/upcasefield().htm