You can pass a value from a while loop with a local variable but if
you've got nested while loops, the outer while loop will not be able
to do anything until the inner while loop stops running. You might
need to do something with parallel while loops instead of nesting
them.

Reply via email to