[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|             PROPER              |
+---------------------------------+
PROPER(<expC>)

-----------------------------------
Returns <expC> with the first letter in each word capitalized and the
remainder in lowercase.
Return value - Character
-----------------------------------

+---------------------------------+
|             Examples            |
+---------------------------------+
STORE 'fox software' TO expr1
? PROPER(expr1)

STORE 'FOX SOFTWARE' TO expr2
? PROPER(expr2)

+---------------------------------+
|         Program Example         |
+---------------------------------+
To make sure that names of all contacts in CUSTOMER database have
PROPER() capitalization:

CLOSE ALL
USE customer
REPLACE ALL contact WITH PROPER(contact)

-----------------------------------

See Also:  ISALPHA(), ISLOWER(), ISUPPER(), LOWER(), UPPER()

-----------------------------------

See Also: ISALPHA() ISLOWER() ISUPPER() LOWER() UPPER()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson