Jump to content

Sending variables as key presses


Recommended Posts

I am new to scripting in AutoIT3 but I have written a script that recieves input from a user and I attempt to use this input in a web form later but when I use

send ( $userid )

nothing happens. $userid is the variable that stores the string that the user entered in an input box.

$userid = InputBox("Question", "What is your UserID?", "", "", _

-1, -1, 0, 0)

I know it is storing the data bacause it is displayed in another messagebox later. Does the variable have to be a sertain data type or anything like that?

If you could let me know your experience with this.

Kind regards

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