Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

ICAP3

Scroll Prev Top Next More

(ICAP3(arg))

 

Converts arg to a string with an initial upper case letter on the first word, and principal words. Non-capitalized letters/words include articles (a, an, the), conjunctions (e.g., and, but, or), and prepositions (e.g., on, in, with). This is also known as Title Casing.

 

In the following example, the value for vTitle is "Snow White and the Seven Dwarfs".

 

SET VAR vTitle TEXT = (ICAP3('SNOW WHITE AND THE SEVEN DWARFS'))