LOWER

Previous  Next

 

str = LOWER( str AS STRING ) AS STRING

 


 

Converts a string to all lower case

 

Example:

 

PRINT LOWER( "<Kalle Anka likes Nils>" ),

<kalle anka likes nils>