$chr

From Scriptwiki
Revision as of 17:41, 2 April 2006 by Doomie (talk | contribs) (wouldnt know what to say)

Jump to: navigation, search

Returns the character with ascii number N.

$chr(N)


Example

echo -a $chr(65) 

This example would return the character with the ASCII-code 65. That is an 'A'.


See Also

$asc returns the ascii number of a character.