Harmonful Posted September 19, 2009 Posted September 19, 2009 Hi there..... I was wondering if it is possible to change a part of the script for what you write on one textbox
Developers Jos Posted September 19, 2009 Developers Posted September 19, 2009 Hi there.....I was wondering if it is possible to change a part of the script for what you write on one textbox This question is not specific enough to be able to give a clear answer.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Harmonful Posted September 19, 2009 Author Posted September 19, 2009 This question is not specific enough to be able to give a clear answer. Jos for example: there is a text box and you write "Hello" and send "Ok" (Button) And it change a script: Controlsend ( "Tibia", "", "", "HI") To this: Controlsend ( "Tibia", "", "", "Hello")
Hawkwing Posted September 19, 2009 Posted September 19, 2009 (edited) Store the string as a variable. $string = "hi" ;click button here $string = "hello" ControlSend("Tibia", "", $string) Edited September 19, 2009 by Hawkwing The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.
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