Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
I'm new at roku development, and have some programming experience. I'm trying to capture 3 previous sku# into an array. I've been trying to get it to work using
prevItemList = CreateObject("roArray",3,true)
but not having much luck getting the list to print.
Can anyone point me to an example, or give me some ideas on this.
You need to use Push to populate your array If you do it this way myAyrray.Push( myData1 ) myArray.Push (myData2 ) ...
For each data in myArray Print data End for
My Channels: 2D API Framework Presentation: https://owner.roku.com/add/2M9LCVC Updated: 11-11-2015 - Completed Keyboard interface The Joel Channel ( Final Beta )