Guest reactor Posted February 4, 2005 Share Posted February 4, 2005 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" Link to comment Share on other sites More sharing options...
the_lord_mephy Posted February 4, 2005 Share Posted February 4, 2005 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now