Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

ICAP1

Scroll Prev Top Next More

(ICAP1(arg))

 

Converts arg to a string with an initial upper case letter on the first word, and lower case on an initial capital letter on any following words. This is also known as Sentence Casing.

 

In the following example, the value of vicap1 is Mary went down the street.

 

SET VAR vicap1 = (ICAP1('mary went down The Street.'))