$asc: Difference between revisions
Jump to navigation
Jump to search
added $asc($?) thingie |
m typo |
||
Line 8: | Line 8: | ||
To get the ascii value of a character, just type: | To get the ascii value of a character, just type: | ||
//echo -a $asc([[$?]]) | //echo -a $asc([[$?]]) | ||
Type the character you want the ascii value of in the prompt and press enter. | |||
== See Also == | == See Also == | ||
[[$chr]] returns the character of an ascii number. | [[$chr]] returns the character of an ascii number. | ||
[[Category:Text_and_Number_Identifiers]] | [[Category:Text_and_Number_Identifiers]] |