Jump to content

sends


Recommended Posts

currently i am using ->

Send("a")
Send($msg)
Send("{ENTER}")

is there a way to put all this in just 1 line?

<{POST_SNAPBACK}>

You could try:

Send("a" & $msg & "{ENTER}")

Same kind of examples were given in the AutoIt3 helpfile. just look up the Send command, scroll down through the text and be amazed...

Regards,

-Sven

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