Returns
the Unicode character represented by the given number. Unlike ASCII
the number can have values greater than 255.
Syntax:
Chr (Integer)
Example:
Msgbox
(Chr(34) & "Hello" & Chr(34))
This
example shows a message box with : "Hello" (including the
quotes).