ULC
Top  Previous  Next

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