boji Posted January 12, 2009 Posted January 12, 2009 Hello. I am using CODE Send("{END}{SHIFTDOWN}{HOME}{SHIFTUP}{CTRLDOWN}c{CTRLUP}");First Name sleep(300) If ClipGet() = "" then ect ect To copy a field and then make decisions on it depending on the content. Sometimes the field is blank, in which case I perform a function and then check to see if the field is still blank. The problem I am having is that it seems I need the sleep(300) in there because without it, my program sometimes does not return correct information about the contents of clipget. Does anyone have a better way of thinking on this? Perhaps not using clipget or something? Thanks in advance!
FireFox Posted January 12, 2009 Posted January 12, 2009 (edited) @boji Opt("SendKeyDelay", 0) Opt("SendKeyDownDelay", 0) Cheers, FireFox. Edited January 12, 2009 by FireFox
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