Home Search

DriveWorks Pro 21
Lower

Send Feedback

Lower

This function converts the string of characters within Text all to lowercase.

Syntax

Lower([Text])

Where:

Text is a string of text or a reference to some text.

Examples

Rule

Meaning
Lower("This is SOME TeXt")Converts all the characters within the string "This is SOME TeXt" to lowercase, so the string returned is "this is some text"