-
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
Difference between revisions of "mirc/identifiers/$asc"
< mirc | identifiers
m |
Yawhatnever (talk | contribs) m (see also list of identifiers) |
||
Line 24: | Line 24: | ||
== See also == | == See also == | ||
* [[$chr identifier - mIRC|$chr]] | * [[$chr identifier - mIRC|$chr]] | ||
+ | * [[List of identifiers - mIRC]] | ||
+ | |||
[[Category:mIRC identifiers]] | [[Category:mIRC identifiers]] |
Revision as of 16:27, 23 June 2014
$asc is used to return the Unicode code point number for a specified character.
Synopsis
$asc(<char>)
Switches
None
Parameters
charThis would be any special character, letter, or number that you wish to retrieve the Unicode code point for.
Example
Echo the Unicode code point for the letter A to the active window
//echo -a $asc(A)
Echo the Unicode code point for the number 7 to the active window
//echo -a $asc(7)
Compatibility
Added: mIRC v4.5
Added On: 30/06/96