Ucase

Convert a string to upper-case.

Syntax
      Ucase(string)

Key
   string    A string or string expression.

Examples

Dim strDemo
strDemo = Ucase("12 Acacia Gardens")
Msgbox strDemo
Returns "12 ACACIA GARDENS "

“Those who cannot hear an angry shout may strain to hear a whisper” ~ Leonard Nimoy

Related VBScript commands

LCase - Convert a string to lower-case.
If..Then - Conditionally execute a block of statements.


 
Copyright © 1999-2024 SS64.com
Some rights reserved