Syntax: @LOWER(S)
S = a string value
@LOWER returns returns the alphabetic string S converted to lower-case characters.
Examples:
@LOWER(``AIRPORT'') = ``airport''
@LOWER(G3) = ``expense report'', where G3 = ``Expense Report''
@LOWER(K10) = ``connections'', where K10 = ``CONNECTIONS''