Jump to content

clipboard error


concept
 Share

Recommended Posts

I am triing to get data from clipboard and store it into and modifier for further use, but it does not seem to work correctly, it very often crashes, even if I add ridiculous sleeps into every single line such as sleep(1000).

For example this seems to crash rather often:

CODE
run("notepad.exe")

winwaitactive("Untitled")

sleep(29)

send("aaaaaa")

send("^{a}")

send("^{c}")

sleep(100)

$test = _ClipBoard_GetData ()

send(""&$test&"ööö2")

$test1 = Clipget ()

send(""&$test1&"õõõ2")

send("#m")

I have included two different reads from clipboard because I wanted to see if this was a function error, sadly it seems that if clipget wont work so wont the _clipboard_getdata.

I always get the same error, I have included what information I have about this error in a txt file.

Thank you in advance!

Clipboard_dump.txt

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...