Difference between revisions of "$chr"
From Scriptwiki
(ascii table and more examples needed..) |
|||
Line 5: | Line 5: | ||
== See Also == | == See Also == | ||
[[$asc]] returns the ascii number of a character. | [[$asc]] returns the ascii number of a character. | ||
+ | |||
+ | |||
+ | |||
+ | {{stub}} | ||
[[Category:Text_and_Number_Identifiers]] | [[Category:Text_and_Number_Identifiers]] |
Revision as of 03:13, 3 February 2006
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.