Actions
$asc » History » Revision 3
« Previous |
Revision 3/5
(diff)
| Next »
Per Amundsen, 08/09/2015 06:01 AM
Added in 1.9.0
$asc(C)
Returns the ASCII value of the character C.
Parameters
C - The character.
Example
; Returns 65. //echo -ag $asc(A) ; returns 42 //echo -ag $asc(*)
Updated by Per Amundsen over 9 years ago · 3 revisions