Jump to content

user input?


Guest reactor
 Share

Recommended Posts

you mean send through the keyboard?

$input = InputBox("Input", "Please enter your input.")
Send($input)

or do you mean make a msg box pop up saying what they said?

$input = InputBox("Input", "Please enter your input.")
MsgBox(0, "", $input)

The Return value of the input box is always what the user types into it.

My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
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...