Truncate  Var

Chapter 2: DataWindow Expression Functions

Upper

Description

Converts all characters in a string to uppercase letters.

Syntax

Upper ( string )

Argument

Description

string

The string you want to convert to uppercase letters

Returns

String. Returns string with lowercase letters changed to uppercase if it succeeds and the empty string ("") if an error occurs.

Examples

Example 1

This expression returns BABE RUTH:

Upper("Babe Ruth")

See also





Copyright © 2004. Sybase Inc. All rights reserved. Var

View this book as PDF