Home | Javascript validator | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Microsoft® JScript® fromCharCode Method |
Language Reference Version 3 |
Returns a string from a number of Unicode character values.
String.fromCharCode(code1, code2, ..., coden)The code argument is the series of Unicode character values to convert into a string.
A String object need not be created before calling fromCharCode.In the following example, test contains the string "plain":
var test = String.fromCharCode(112, 108, 97, 105, 110);
Home | Javascript validator | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |