J
John Dalberg
In a traditional for loop, one can use the index (say i) and continue
looping in another function and come back to original for loop (even though
it's not good practice)
Can the newer foreach enumerator do the same.. how to continue looping in
another function and return to the original foreach starting from where you
ended in the second foreach? My guess it's not possible.
John Dalberg
looping in another function and come back to original for loop (even though
it's not good practice)
Can the newer foreach enumerator do the same.. how to continue looping in
another function and return to the original foreach starting from where you
ended in the second foreach? My guess it's not possible.
John Dalberg