$chr

From Scriptwiki
Revision as of 20:59, 11 September 2005 by Doomie (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.