$chr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 19: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.