Jump to content

Recommended Posts

Posted

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!

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