View Single Post
Old 01-04-2013, 04:19 PM   PM User | #12
triko
New Coder

 
Join Date: Oct 2012
Location: Italy
Posts: 72
Thanks: 3
Thanked 0 Times in 0 Posts
triko is an unknown quantity at this point
Quote:
Originally Posted by felgall View Post
That would then be an array containing ONE element which is a string. Then arrayPhrase[0] will be the entire string and arrayPhrase[1] will be beyond the end of the array.

Using array notation to reference characters in a string has been recently introduced as an alternative to using charAt but there are still lots of browsers in use that don't support it.
An ok!!!! But however if I use charAt, still don't work !!!!!!!!!!!
triko is offline   Reply With Quote