Project

General

Profile

$chr » History » Revision 2

Revision 1 (Per Amundsen, 05/02/2014 05:59 PM) → Revision 2/4 (Per Amundsen, 08/09/2015 05:42 AM)

_Added in 1.8.10_ 

 *$chr(N)* 

 Returns the character with "ASCII":http://www.asciitable.com/ value ascii number N. 

 


 *Parameters* 

 N - the "ASCII":http://www.asciitable.com/ value. ascii number. 

 *Example* 

 <pre> 
 ;Returns ASCII ascii character A 
 //echo -ag $chr(65) 

 ;Returns ASCII ascii character * 
 //echo -ag $chr(42) 
 </pre>