Jump to content

Recommended Posts

Guest reactor
Posted

how do i make a input box that ask the users input for example

if i type test 123

and make it send "test 123"

Posted

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]

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...