Upper

Mon 01 January 2018

Syntax

Upper(str)

Description

Use the Upper function to convert a text string to all uppercase. This function can be used to perform a case-insensitive string comparison. Upper does not change characters that are not letters or characters that do not have case sensitivity.

Parameters

Field or Control

Definition

str

A String to convert to uppercase.

Returns

Returns a String value equal to str converted to all uppercase.