12-15-2009, 12:21 AM
There is no Continue statement in VBScript, and so QTP does not support continue statement as well.
The only way to really simulate continue is to just nest all of your code in a bunch of nested If-Then blocks. Very ugly, but logically the same.
The only way to really simulate continue is to just nest all of your code in a bunch of nested If-Then blocks. Very ugly, but logically the same.