Jump to content

Better way to send text!!!!!


Recommended Posts

Have you ever wrote a script to fill out a long string of data and just sit there and wait for the text to type?

You say decrease the inter character delay. This many times just does not work, characters get skipped, etc, ad nausea with all of the problems I have run into.

 

The solution:

It just dawned on me that pasting a string into anything is nearly  instantaneous, I guess bill gates knows something we dont.

Use ClipPut() to put your string into the clip board and then instead of using Send("my string of text.......") , use send("^v") and wala, instantaneous form fill!!!!

 

Enjoy the flavor

 

Link to comment
Share on other sites

I honestly was waiting for "and if you act now, you can get 2 for the price of 1!"... I'm not entirely sure why that context made me think of that; but anyway...

_IEFormElementSetValue  - in case your filling out this form on a webpage.

Ps. I like strawberry more.  :whistle:

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