| Author |
convert data in javascript
|
Tausif Khanooni
Ranch Hand
Joined: Nov 14, 2002
Posts: 107
|
|
Hi all, I need to convert hexa/ansi values to char / string.. for example i have to convert '50h' to 'P' and so on... can any one help me which javascript function i can use?? I know escape() function i can use but scape function will return me ansi value :-( i need it to convert it into string thanx in advance
|
"Walking on water and building IT Architecture from <br />specification are easy if and only if both are frozen"
|
 |
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 411
|
|
There are couple functions you might want to look at parseInt fromCharCode For example will alert "P".
|
 |
 |
|
|
subject: convert data in javascript
|
|
|