Project

General

Profile

Actions

$chr » History » Revision 1

Revision 1/4 | Next »
Per Amundsen, 05/02/2014 05:59 PM


Added in 1.8.10

$chr(N)

Returns the character with ascii number N.

Parameters

N - the ascii number.

Example

;Returns ascii character A
//echo -ag $chr(65)

;Returns ascii character *
//echo -ag $chr(42)

Updated by Per Amundsen almost 10 years ago · 1 revisions

Also available in: PDF HTML TXT