Quote:
Originally Posted by devnull69
But text[i] is fine, and he used this notation
|
That notation has only recently been introduced into JavaScript and so only works with some browsers. If you want it to work for all browsers you need to use charAt() instead.