Prev Page Next Page
Chr
Previous Top Next

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).
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)