Difference between revisions of "$chr"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 21:59, 11 September 2005

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.