BobN Posted February 13, 2010 Share Posted February 13, 2010 How do you control what you send using an input box in a gui Like... I have Send("12051988") How would i change what i send without editing the script? Via GUI Link to comment Share on other sites More sharing options...
somdcomputerguy Posted February 13, 2010 Share Posted February 13, 2010 Define a variable with InputBox, Send that variable. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Link to comment Share on other sites More sharing options...
BobN Posted February 14, 2010 Author Share Posted February 14, 2010 so like $var1 = $input1 and send("$var1") ? Link to comment Share on other sites More sharing options...
somdcomputerguy Posted February 14, 2010 Share Posted February 14, 2010 $var = InputBox("", "Enter something.") Send($var) - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. 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