ICAP
(ICAP(
arg
))
Converts
arg
to a string with an initial capital letter on only the first word.
In the following example, the value of
vicap
is
Mary is going to Murrysville
.
SET VAR vicap = (ICAP('mary is going to Murrysville'))