UPPER

Previous  Next

 

str = UPPER( str AS STRING ) AS STRING

 


 

Converts string to all upper case

 

Example:

 

PRINT UPPER( "<Nils thinks Kalle is nice>" ),

<NILS THINKS KALLE IS NICE>