LOWER


The LOWER function lowers system delimiters in a string to the next lowest delimiter.

 

COMMAND SYNTAX

LOWER(expression)

 

SYNTAX ELEMENTS

The expression is a string containing one or more delimiters which are lowered as follows:

ASCII Character Lowered To
255 254
254 253
253 252
252 251
251 250
250 249
249 248

 

EXAMPLE

ValuemarkDelimitedVariable = LOWER(AttributeDelimitedVariable)


jBC