Actions
$asc » History » Revision 1
Revision 1/5
| Next »
Per Amundsen, 02/18/2014 06:30 AM
Added in 1.9.0
$asc(C)
Returns the ascii number of the character C.
Parameters
C - The character.
Example
;Returns 65. //echo -ag $asc(A) ;returns 42 //echo -ag $asc(*)
Updated by Per Amundsen almost 11 years ago · 1 revisions