|
|
Q972 How can I convert an ASCII code to the correct character?
irt.org | Knowledge Base | JavaScript | Text | Q972 [ previous next ] Q972 How can I convert an ASCII code to the correct character?In JavaScript 1.2 you can use the String objects fromCharCode() method:
Which will highlight the @ character. Feedback on 'Q972 How can I convert an ASCII code to the correct character?' |
-- div -->
|