Vadoff Posted November 16, 2008 Posted November 16, 2008 Is there any way for autoit scripts to save information for future instances besides using txt and fileread/filewrite?
Josbe Posted November 16, 2008 Posted November 16, 2008 (edited) Do you tried IniWrite? Edited November 16, 2008 by Josbe AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Vadoff Posted November 16, 2008 Author Posted November 16, 2008 (edited) Do you tried IniWrite?Nope, is that a type of data file? I think I've seen it before, I'll tinker with it.Yeah, I'm a noob so sue me.Okay wth is "key"? I can understand the section and value parts. Edited November 16, 2008 by Vadoff
Josbe Posted November 16, 2008 Posted November 16, 2008 Nope, is that a type of data file? I think I've seen it before, I'll tinker with it. Yeah, I'm a noob so sue me. Okay wth is "key"? I can understand the section and value parts.The key is like a reference for your value. An example if I would like store years: [Years] Google=1998 Yahoo=1994 AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Vadoff Posted November 16, 2008 Author Posted November 16, 2008 (edited) The key is like a reference for your value. An example if I would like store years: So would [years] be the section, "google" and "yahoo" the keys, and "1998" and "1994" the values? Thanks for the help by the way. Edited November 16, 2008 by Vadoff
Josbe Posted November 16, 2008 Posted November 16, 2008 So would [years] be the section, "google" and "yahoo" the keys, and "1998" and "1994" the values? Thanks for the help by the way.You got it. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
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