Array Out Of Bounds Error
is it possible to run a do loop until an error arrises?
My situation is this, I have an array that is set from a function, the size of the array varies.
What I want to do is run a loop that increments through the array until it hits an out of bounds error.
can it be done?
is it possible to run a do loop until an error arrises?
My situation is this, I have an array that is set from a function, the size of the array varies.
What I want to do is run a loop that increments through the array until it hits an out of bounds error.
can it be done?
Last edited: