Properize()

<< Click to Display Table of Contents >>

Navigation:  Index >

Properize()

Previous pageReturn to chapter overviewNext page

Purpose

To change the first character of each word in a string to upper case

Syntax

Properize( <cString> ) cProperString

Arguments

<cString> is the string to modify

Returns

Properize() returns <cString> with the first character of each word in uppercase.