centagon Posted August 29, 2018 Posted August 29, 2018 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?
FrancescoDiMuro Posted August 29, 2018 Posted August 29, 2018 1 minute ago, centagon said: Is there a faster way I can handle this? Control* functions, Clip* functions. Look closer in the Help file Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
centagon Posted August 29, 2018 Author Posted August 29, 2018 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?
FrancescoDiMuro Posted August 30, 2018 Posted August 30, 2018 @centagon Did you look at Control* functions in the Help file? Did you at least tried them? Post the code yoiu are using. Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now