Jump to content

remembering variables for next run...


t0ddie
 Share

Recommended Posts

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 by t0ddie

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

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 by t0ddie

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...