DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Method: ChrW for VBS

Method: ChrW for VBS

Specifies the character that matches the Unicode character code.

vChrW = Object.ChrW(charcode)
ObjectVBS
Object with this method. You do not need to specify this object.
charcodeVariant
Specifies the Unicode character code.
vChrWVariant
Receives the character that matches the Unicode character code.

The following example displays for various ANSI character codes the respective character:

Call MsgBox(ChrW(65))    ' Returns A
Call MsgBox(ChrW(26408)) ' Returns "short_text" lang="ja">"" title="Click to display alternative translations">?
  

See Also

Objects Overview

Related Topics

Abs | Asc | AscB | AscW | CBool | CByte | CCur | CDate | CDbl | CInt | CLng | CSng | CStr | ChrB | ChrW | Chr | Escape | Fix | Hex | Int | Oct | Sgn | UnEscape

In This Section
Was this information helpful?