10-25-2010, 07:40 PM
I added the below code around my code and I get an error message:
Run Error
The test run cannot continue due to a syntax error.
Invalid 'exit' statement
Line(1): "Exit Test".
I am not sure why it is saying line 1, the if then statement is on the 3rd line. Then I have all of my if it opens then do all of this code, then on at the bottom of my code I have:
else
Exit Test
end if
on lines 60 - 62
Any ideas?????
Run Error
The test run cannot continue due to a syntax error.
Invalid 'exit' statement
Line(1): "Exit Test".
I am not sure why it is saying line 1, the if then statement is on the 3rd line. Then I have all of my if it opens then do all of this code, then on at the bottom of my code I have:
else
Exit Test
end if
on lines 60 - 62
Any ideas?????