DIAdem Help

Method: UCase for VBS

  • Updated2024-09-12
  • 1 minute(s) read

Method: UCase for VBS

Converts a text to uppercase.

vUCase = Object.UCase(string)
ObjectVBS
Object with this method. You do not need to specify this object.
stringVariant
Specifies any text.
vUCaseVariant
Receives the text in uppercase.

The following example converts a text into uppercase:

Dim MyString
MyString = UCase("DIAdem!")
Call MsgBox(MyString)   ' Returns "DIADEM!"

See Also

Objects Overview

Related Topics

Filter | InStr | InStrB | InStrRev | Join | LCase | Left | LeftB | Len | LenB | LTrim | Mid | MidB | Replace | Right | RightB | RTrim | Space | Split | StrComp | String | StrReverse | Trim | UCase

Log in to get a better experience