Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

PROPER( s )

Purpose

Convert any string to proper case.

Arguments

     s -- character string

Setup

s must be a string.

Example

     ? PROPER( "SAM JONES" )   && returns "Sam Jones"

Returns

the string in proper case.

Side Effects

If s is not a string, the program will crash.

Artful Calls

None.

Source File

AA_PROP.C

See Also: FIRSTCAP() IS_PROPER()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson