Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > U

ULC

Scroll Prev Top Next More

(ULC(text))

 

Converts text from uppercase to lowercase, returning a text string.

 

In the following example, the value of vulc is abcde. To ensure that your data is consistent, whether it is imported from outside R:BASE or entered through an R:BASE form, use ULC to convert text fields to lowercase.

 

SET VAR vulc = (ULC('ABCDE'))