t0ddie Posted December 12, 2004 Posted December 12, 2004 (edited) i was wondering... $name = inputbox("test","enter your name") is there some code that will leave the value of what the user entered in the field for the next time that its ran? preferably highlighted so that you can enter something else if desired without having to click on the field and repeatedly press backspace or have to doubleclick the field and type the new value. Edited December 12, 2004 by t0ddie Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.
Developers Jos Posted December 12, 2004 Developers Posted December 12, 2004 i was wondering...$name = inputbox("test","enter your name")is there some code that will leave the value of what the user entered in the field for the next time that its ran? preferably highlighted so that you can enter something else if desired without having to click on the field and repeatedly press backspace or have to doubleclick the field and type the new value.<{POST_SNAPBACK}>Store it in an INI file and read it at startup : INIWrite / INIRead 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.
this-is-me Posted December 12, 2004 Posted December 12, 2004 $name = inputbox("test","enter your name") $name = inputbox("test","enter your name",$name) Back to the drawing board (or helpfile) for you. Who else would I be?
t0ddie Posted December 12, 2004 Author Posted December 12, 2004 (edited) thanks for the point in the right direction, as for highlighting it.. would it be best to just mouseclick the coordinates of the inputbox field? EDIT: nevermind lol. its already highlighted Edited December 12, 2004 by t0ddie Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.
Dalarn Posted December 12, 2004 Posted December 12, 2004 (edited) ...a... Edited December 20, 2004 by Dalarn
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