Project

General

Profile

$asc » History » Revision 4

Revision 3 (Per Amundsen, 08/09/2015 06:01 AM) → Revision 4/5 (Per Amundsen, 08/12/2015 10:52 PM)

_Added in 1.9.0_ 

 *$asc(C)* 

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

 _Also see [[$chr]] for the reversed version._ 

 *Parameters* 

 C - The character. 

 *Example* 

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

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