I have a while loop within a case statement within a while loop. When
the inner while has done what it needs to do I need it to 'break'
rather than stop. At the moment it stops and stops the whole
application, which kinda defeats the object. Is there a 'simple' way
of getting the inner loop to stop but to have the application carry on
and renter the inner loop as more data becomes available?

Reply via email to