$chr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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 02: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.