LowerCase (Convert to Lowercase)

The LowerCase instruction is used to convert a string to all lowercase characters.

Syntax

String = LowerCase ( SourceString )

Parameter

SourceString (Source String)

The string to be acted upon with this instruction.

NOTE: String functions are case sensitive. Uppercase or lowercase can be used to convert to all one case prior to processing the string if desired.

Type: String