Guys,
I have a for loop and the first thing I do in each iteration of the loop is create an output file. I want to test if an error has been generated (easy) and if it has generate an error message (easy) and then skip to the next iteration of the loop.
There is a cotinue keyword in JScript that will allow you to do this. How can I do it in VBScript?? Mighty
I have a for loop and the first thing I do in each iteration of the loop is create an output file. I want to test if an error has been generated (easy) and if it has generate an error message (easy) and then skip to the next iteration of the loop.
There is a cotinue keyword in JScript that will allow you to do this. How can I do it in VBScript?? Mighty