Previous Topic: TRANSLATE Function--Replace String Value

Next Topic: URL Function--Returns a Component of a URL String

UCASE Function--Convert to Upper Case

The UCASE function converts the source string to upper case.

Syntax

The UCASE function has the following format:

UCASE(source_string)

Parameters

The UCASE function accepts the following parameter:

source_string (string)

Return Value

The UCASE function returns a string.

Example

Return_value=UCASE('framingham, mass')
Return_value='FRAMINGHAM, MASS'

More information:

LCASE Function--Convert to Lowercase

PCASE Function--Convert a String to Proper Case


Copyright © 2010 CA. All rights reserved. Email CA about this topic