
Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020
07:08 PM
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.
- « Previous
- Next »