faqts : Computers : Programming : Languages : JavaScript : Language Core : Strings

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

29 of 37 people (78%) answered Yes
Recently 10 of 10 people (100%) answered Yes

Entry

How to convert a character(ASCII) to string ?

Feb 25th, 2003 03:39
Klaus Bolwin, chihyuan huang,


var Test = String.fromCharCode(65,66,67);
then: alert(Test); leads to the output: "ABC"