eazisraeliamwebwiz It won't actually - it will start the loop with the outer block, start the inner loop, then break out of the inner loop AND outer block but the for loop is still going, so it just does that 10 times. The outer block never actually finishes executing.