Case Merge Method

Usage | Parameters | Examples | Remarks

The Case merge method changes the text case to a uniform upper case (UCase) or lower case (LCase) format. Any non-alpha characters remain unchanged.

Usage

LCase(Text)

Changes the case of the text to lower case

UCase(Text)

Changes the case of the text to upper case

Parameters

 Text  Text

The text that will be converted to a uniform upper or lower case format.

Examples

Example 1

Name a document while ensuring that all text is upper case.

In this example, the result could be "Scanned By TOM.G"

Example 2

Name a document while ensuring that all text is lower case.

In this example, the result could be "Scanned By tom.g"

Remarks

None