From WikiChip
$chr Identifier - mIRC
< mirc‎ | identifiers

$chr returns the character attached to a specified Unicode code point number.


Synopsis[edit]

$chr(<N>)

Switches[edit]

None

Parameters[edit]

NThis is the Unicode code point value that you wish to retrieve the character for.

Example[edit]

Echo the character attached to Unicode code point 63 to the active window

//echo -a $chr(63)

Echo the character attached to Unicode code point 85 to the active window

//echo -a $chr(85)

Compatibility[edit]

Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC identifier list