-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/identifiers/$chr
< mirc | identifiers
$chr returns the character attached to a specified ASCII character code.
Synopsis
$chr(<N>)
Switches
None
Parameters
NThis is the ASCII code value that you wish to retrieve the character for.
Example
Echo the character attached to ASCII code 63 to the active window
//echo -a $chr(63)
Echo the character attached to ASCII code 85 to the active window
//echo -a $chr(85)
Compatibility
Added: mIRC v4.5
Added On: 30/06/96