Join Slack
Communities
Powered by
<@U691H4RA4> the problem you are having is, that y...
# getting-started
a
Andreas Sinz
10/11/2017, 11:05 AM
@oday
the problem you are having is, that you iterate over the array with
forEach
and remove elements meanwhile. In your example you can use an ordinary for-loop
for(i in 0..arr.count()) { //Do work }
Open in Slack
Previous
Next