Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > L

LUC

Scroll Prev Top Next More

(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'))