BobN Posted February 13, 2010 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
somdcomputerguy Posted February 13, 2010 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.
BobN Posted February 14, 2010 Author Posted February 14, 2010 so like $var1 = $input1 and send("$var1") ?
somdcomputerguy Posted February 14, 2010 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.
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