PROP(1)
PURPOSE
This function is used to return a person's name in a more proper format.
PARTS
1 f/c/e | Required - The value to be reformatted. The original value is not changed. |
RETURN TYPE - A
SEE ALSO
EXAMPLE
define x type a size 25
x = PROPER('JOHN Q. PUBLIC')
// x = 'John Q. Public'
x = PROPER('aBnEr Q. aNyDaY iii')
// x = 'Abner Q. Anyday III'
Page url: http://www.cassoftware.com/tas/manual/properformat().htm