LUC
(LUC(
arg
))
Converts
arg
from lowercase to uppercase, returning a text string.
In the following example, the value of
vluc
is an uppercase
A
.
SET VAR vluc = (LUC('a'))