changes.mady.by.user Jonathan Muse
Saved on Sept 16, 2021
changes.mady.by.user Shane Smith
Saved on Oct 11, 2024
fruit = "Cranberry|Grape|Grapefruit|Kiwifruit|Lemon|Lime|Mango|Orange"; for(int x = 0; x < size(fruit); x++) { runnerLog(fruit[x]); }
Sometimes you need to know what number (index) you are on while looping through an array.In those cases you would use this method.