07-20-2010, 02:26 PM
(This post was last modified: 07-20-2010, 02:52 PM by sasmitakumari.)
Sorry, it is
For...
Next
I FORGOT to COMMENT i and j in loop.
Thanks Saket for validating . You will get something like "For...Next Statement" when you search for the key word "FOR" in QTP help.
The code would be like:
For i = 1 to a
For j = 1 to b
....
Next ' j
Next ' i
For...
Next
I FORGOT to COMMENT i and j in loop.
Thanks Saket for validating . You will get something like "For...Next Statement" when you search for the key word "FOR" in QTP help.
The code would be like:
For i = 1 to a
For j = 1 to b
....
Next ' j
Next ' i