Project

General

Profile

$asc » History » Revision 3

Revision 2 (Per Amundsen, 08/09/2015 05:44 AM) → Revision 3/5 (Per Amundsen, 08/09/2015 06:01 AM)

_Added in 1.9.0_ 

 *$asc(C)* 

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

 *Parameters* 

 C - The character. 

 *Example* 

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

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