Jump to content

Recommended Posts

Posted

In my code, line 18, I have

$text = WinGetText("","No match")

But when I try to run it, it says:

Line 18 (File "C:\Documents and Settings\Owner\Desktop\test.au3"):

$text = WinGetText("","No match.

$text = WinGetText("",^ERROR

Error: String missing closing quote.

I may just be tired, or something. But what the fuck is wrong in the code?
Posted

In my code, line 18, I have

$text = WinGetText("","No match")

But when I try to run it, it says:

I may just be tired, or something. But what the fuck is wrong in the code?

the issue seems to be that you've corrected your code, then posted the error. The error says that the line selected has an open literal string, which in your error text it appears it does, but in the code you posted, it looks like the "." has been correctly replaced with '")'. are you still able to duplicate the error?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...