Jump to content

Search the Community

Showing results for tags 'send text'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. 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
×
×
  • Create New...