Project

General

Profile

Actions

Added in 1.8.10

$chr(N)

Returns the character with ASCII value N.

Also see $asc for the reversed version.

Parameters

Parameter Description
N the ASCII value.

Example

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

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

Updated by Per Amundsen about 1 year ago · 4 revisions

Also available in: PDF HTML TXT