which function can convert lowercase character string to capital character string

That'll be the CAPS function...

Try:

MESSAGE CAPS("abc") VIEW-AS ALERT-BOX.

And just in case you want to know, LC does the reverse:

MESSAGE LC("ABC") VIEW-AS ALERT-BOX.

HTH

Paul
 
Back
Top