$chr

From Scriptwiki
Revision as of 04:13, 3 February 2006 by Microbe (talk | contribs) (ascii table and more examples needed..)

Jump to: navigation, search

Returns the character with ascii number N.

$chr(N)

//echo -a $chr(65) returns A.

See Also

$asc returns the ascii number of a character.