UpdateLinksDialog  UpperBound

Chapter 10: PowerScript Functions

Upper

Description

Converts all the characters in a string to uppercase.

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. If string is null, Upper returns null.

Examples

Example 1

This statement returns BABE RUTH:

Upper("Babe Ruth")

See also





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

View this book as PDF