04-07-2009, 04:41 AM
I'm using 9.5 on a pretty standard web application.
For some reason the following code is not working...
I get two syntax errors:
1) expected ")" [between the Check and the Checkpoint]
2) Expected end of statement
Please help!
For some reason the following code is not working...
Code:
If (Browser("MyApp").Page("MyApp").Check CheckPoint("MyApp")) Then
Reporter.ReportEvent micPass, "Page_Load", "Success!"
End If
I get two syntax errors:
1) expected ")" [between the Check and the Checkpoint]
2) Expected end of statement
Please help!