Function that returns the character represented by an Ascii code.
Syntax Chr (ascii_code)
Chr (65) will return A
Example
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:
Asc - Returns the Ascii code of a character.