ICAP2
(ICAP2(
arg
))
Converts
arg
to a string with an initial capital letter on each word. This is also known as Word Case.
In the following example, the value of
vicap2
is
John Smith
.
SET VAR vicap2 = (ICAP2('john smith'))