Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Komag
Roku Guru

Re: Array index

Why would you use FOR EACH? Isn't the order unreliable? Why not use FOR i = 0 TO ARRAY.COUNT() -1? And then you have make sure the values are even compatible types.

0 Kudos