S
Shelley Chase
Guest
It is intentional that once an error is thrown, the block execution is done. The compile throws and error because that code would never be reached. You have two choices as already mentioned: - Put you code after the catch into a finally block - Put your first for each in a try..catch block Thanks -Shelley
Continue reading...
Continue reading...