UCase Procedure

Converts the string sStr to the upper case string.

Syntax

[ s = ] UCase ( sStr )

The UCase procedure syntax has the following parts:

Name

Type

Description

s

BString

A converted string

str

Val BString

String to convert

Comments

This function converts alphabetical characters only. Other characters are not changed.

Example

Print UCase("Ab12Cd")

! This will print "AB12CD"

See Also

Format, LCase