charCodeAtThis is a discussion on charCodeAt within the Javascript forums in Programming Languages category; Hello, Is there a reverse function to string.charCodeAt(index);? Thanks Mike... | ||||||||
| | ||||||||
| ||||||||
| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hello, Is there a reverse function to string.charCodeAt(index);? Thanks Mike |
|
#2
| |||
| |||
| Mike wrote: > Is there a reverse function to string.charCodeAt(index);? String.fromCharCode(32) generates a string with the character with Unicode 32. The function can take as many arguments as you need. -- Martin Honnen http://JavaScript.FAQTs.com/ |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.