I have created this blog to place some of important things on it for my personal use and also to help others. Now a days I am doing job as Software Engineer in a company. I have completed my graduation in Computer Science from University of Sindh, Jamshoro, Pakistan.
Saturday, November 22, 2008
How to Convert Number to Character in JavaScript.
To convert a number into character in javascript we will use the following command.
mycharacter = String.fromCharCode(1605);
That's all. Enjoy the world of programming!!!!!!!!!
No comments:
Post a Comment