Project

General

Profile

$chr » History » Revision 3

Revision 2 (Per Amundsen, 08/09/2015 05:42 AM) → Revision 3/4 (Per Amundsen, 08/12/2015 10:52 PM)

_Added in 1.8.10_ 

 *$chr(N)* 

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

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

 *Parameters* 

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

 *Example* 

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

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