Chris_1013 Posted April 2, 2004 Posted April 2, 2004 Can anyone think of a way to IniRead all keys from a specific section, without knowing what they are called?Dunno if it is possible or not?Thanks Chris
Developers Jos Posted April 2, 2004 Developers Posted April 2, 2004 Have a look at the current unstable release: http://www.hiddensoft.com/forum/index.php?...pic=1662&st=15#- Added: RegEnumKey() and RegEnumVal() 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.
Chris_1013 Posted April 2, 2004 Author Posted April 2, 2004 Sorry, I want to be able to do this for INI files, not registry keys.
ezzetabi Posted April 2, 2004 Posted April 2, 2004 Easy Use a loop of FileReadLine from the line that have the [requested section] until a "" empty line or other begginning with a [ line... Taken everything use the = equal to separe key and value.
Chris_1013 Posted April 2, 2004 Author Posted April 2, 2004 (edited) <slaps hand on forehead> doh! of course, thinking it's an INI file makes me think I have to use IniRead! Edited April 2, 2004 by Chris_1013
Valik Posted April 2, 2004 Posted April 2, 2004 bcording posted something similar in the Scripts and Scraps forum, I think.
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