waxxed Posted September 21, 2009 Posted September 21, 2009 Hey does anyone have an example or template to save a whole bunch of variables as keys in a settings.ini file? If not ill just go write it myself but im sure someone has done this pretty easily. Maybe im just being lazy. Thanks!
dantay9 Posted September 21, 2009 Posted September 21, 2009 The best way to write a lot of variables to an ini file is to use a for...next loop and iniwrite inside the loop.
waxxed Posted September 21, 2009 Author Posted September 21, 2009 (edited) Just found it =) I am using the iniwrite(filename,section,key,value) function. Hope this helps other people. I feel dumb. Edited September 21, 2009 by waxxed
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