Jump to content

WinGetText help..


Recommended Posts

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?
Link to comment
Share on other sites

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?
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...