jondolar Posted September 15, 2005 Posted September 15, 2005 HI everyone Trying to do something rather simple i.e. Deleting a section from ini file with the following code: $res = IniDelete("D:\autoit3\Serge\SergeINI.txt", "[8]") MsgBox (0,"",$res) The $res return 1 but when I opening the file manually, the section, it's key and value are still there. [8] 8=8 What am I doing wrong? Regards and TIA Serge
Developers Jos Posted September 15, 2005 Developers Posted September 15, 2005 $res = IniDelete("D:\autoit3\Serge\SergeINI.txt", "8") 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.
GaryFrost Posted September 15, 2005 Posted September 15, 2005 $res = IniDelete("D:\autoit3\Serge\SergeINI.txt", "8") SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
jondolar Posted September 15, 2005 Author Posted September 15, 2005 $res = IniDelete("D:\autoit3\Serge\SergeINI.txt", "8")<{POST_SNAPBACK}>Thanks to both of you. Details.....details....details!Serge
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