Entering content frame

Background documentation toLower Function Locate the document in its SAP Library structure

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`

Leaving content frame