@LOWER

Top  Previous  Next

Syntax:

 

@LOWER(<string>)

 

Description:

 

This function returns the string <string> converted entirely to lower case characters.

 

OK:

 

Unchanged.

 

Example:

 

%S = @LOWER(The Quick Brown Fox)

REM %S now contains 'the quick brown fox'

 

See also:

 


@UPPER