Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
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.