tamir Posted December 30, 2004 Posted December 30, 2004 what is the best way to use ini file to save configurations? and which functions supporting it?
Einzeinbleth Posted December 30, 2004 Posted December 30, 2004 writing values: iniwrite('filename.ini', 'section', 'identifier', $value) reading values $value = iniread('filename.ini', 'section', 'identifier', 'default_value') it is in help file ...
tamir Posted December 30, 2004 Author Posted December 30, 2004 i have another question: i can set the text of a button of other window, but how can i set the text of a button of the .au3 file that set it? i mean set the text to itsels.
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