PROPER()

From Recital Documentation Wiki
Revision as of 10:06, 23 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Class

String Data


Purpose

Function to convert words to lower case with the first character in upper case


Syntax

PROPER(<expC>)


See Also

TRIM(), LEN(), STREXTRACT(), SUBSTR(), UPPER(), LOWER(), ISUPPER(), ISLOWER()


Description

The PROPER() function converts the first character of the specified <expC> to upper case and the remaining characters of the word to lower case.


Example

? proper("ACCOUNTS")
Accounts


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer