charCodeAt

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike

    #1

    charCodeAt

    Hello,
    Is there a reverse function to string.charCode At(index);?
    Thanks
    Mike
  • Martin Honnen

    #2
    Re: charCodeAt

    Mike wrote:
    Is there a reverse function to string.charCode At(index);?
    String.fromChar Code(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/

    Comment

    Working...