Quote:
Originally Posted by felgall
So what does your code look like now. Also are there any error messages on the error console?
|
No error in console, but I find error!!!
When I write array = ["Yehxcwj ecc...."]
the programs read this how to one element of array, so when start cicle for (i = 0; i < array.length; i++), the programs execute only one for because the length of array is 0. How to fix this problem!?!?! Beacause my problem ask: " Is stored in an array a text of char. Print the numbers of word, phrase and word for phrase!!!".
If I use an simple var the progrma work perfectly