Home Search

DriveWorks Solo 21
Upper

Send Feedback

Upper

Will convert the string of characters to uppercase.

Syntax

Upper([Text])

Where:

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

Examples

Rule

Meaning
Upper("This is SOME TeXt")Converts all the characters within the string "This is SOME TeXt" to uppercase, so the string returned is "THIS IS SOME TEXT"