Show TOC

toLower FunctionLocate this document in the navigation structure

Use

Purpose

Returns a lowercase copy of a string.

Syntax

          
string toLower (in string theString)
            

Parameters

theString

Expression evaluating to a string.

Description

This function is identical to the strLwr function.

Return Value

Returns a lowercase copy of the string passed as theString.

Example
        
`if (toLower(~language) == "en")` English Version: `end`