Project

General

Profile

$asc » History » Revision 2

Revision 1 (Per Amundsen, 02/18/2014 06:30 AM) → Revision 2/5 (Per Amundsen, 08/09/2015 05:44 AM)

_Added in 1.9.0_ 

 *$asc(C)* 

 Returns the "ASCII":http://www.asciitable.com/ value ascii number of the character C. 

 *Parameters* 

 C - The character. 

 *Example* 

 <pre> 
 ;Returns 65. 
 //echo -ag $asc(A)   

 ;returns 42 
 //echo -ag $asc(*) 
 </pre>