Jump to content

Recommended Posts

Posted

I have a data entry loop, but a part of it consists of scanning the entry field for a particular value, comparing it to the data to be entered, before splitting off into if statements. As the data field is in a proprietary program, I don't think I can extract the value in any way but copying it to clipboard, but using Send("^c") is kind of slow, and I notice that in the loop, it begins to fail (not properly copy over the number) unless I add at least sleep(1000). 

Is there a faster way I can handle this?

Posted

I've tried clipput, but I dont know how to send something already in the data field to the clipboard. I want to copy something already highlighted to clipboard or a variable, then compare it. What am I missing?

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