Navigation:  Reference > Functions >

ProperFormat()

Print this Topic Previous pageReturn to chapter overviewNext page

 

PROP(1)

 

PURPOSE

This function is used to return a person's name in a more proper format.

 

PARTS

 

1 f/c/eRequired - The value to be reformatted.  The original value is not changed.

 

RETURN TYPE - A        

 

SEE ALSO

LOW(), UP()

 

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