Chr

Function that returns the character represented by an Ascii code.

Syntax
      Chr (ascii_code)

Chr (65) will return A

Examples

Dim strDemo
strDemo = Chr (65)
> A

“You can easily judge the character of a man by how he treats those who can do nothing for him” ~ James D. Miles

Related VBScript commands

Asc - Returns the Ascii code of a character.


 
Copyright © 1999-2024 SS64.com
Some rights reserved