From WikiChip
Difference between revisions of "mirc/identifiers/$chr"
< mirc‎ | identifiers

m (bot: correcting title)
m
 
Line 1: Line 1:
 
{{mirc title|$chr Identifier}}'''$chr''' returns the character attached to a specified [[Unicode]] [[code point]] number.
 
{{mirc title|$chr Identifier}}'''$chr''' returns the character attached to a specified [[Unicode]] [[code point]] number.
 +
  
 
== Synopsis ==
 
== Synopsis ==
Line 25: Line 26:
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|chr]]

Latest revision as of 14:38, 20 September 2017

$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