in reply to Re^2: Manually incrementing @ array during for
in thread Manually incrementing @ array during for
Generally, languages that provide implicit iteration over aggregates do not provide a way to control the implicit iterator. You will need to either preprocess the @array or use an explicit index variable.
|
|---|