Actions
$chr » History » Revision 2
« Previous |
Revision 2/4
(diff)
| Next »
Per Amundsen, 08/09/2015 05:42 AM
Added in 1.8.10
$chr(N)
Returns the character with ASCII value N.
Parameters
N - the ASCII value.
Example
;Returns ASCII character A //echo -ag $chr(65) ;Returns ASCII character * //echo -ag $chr(42)
Updated by Per Amundsen over 9 years ago · 2 revisions