sshrum Posted June 4, 2008 Posted June 4, 2008 (edited) I've used IniReadSection() before with other projects of mine but I'm trying to place my values in the registry and low and behold, a function I thought should have existed didn't. In the meantime that this *oversight* is corrected does anyone have a way to cycle thru all the key=value pairs in a registry section? TIA Edited June 4, 2008 by sshrum Sean Shrum :: http://www.shrum.net All my published AU3-based apps and utilities 'Make it idiot-proof, and someone will make a better idiot'
Moderators SmOke_N Posted June 4, 2008 Moderators Posted June 4, 2008 I've used IniReadSection() before with other projects of mine but I'm trying to place my values in the registry and low and behold, a function I thought should have existed didn't.In the meantime that this *oversight* is corrected does anyone have a way to cycle thru all the key=value pairs in a registry section?TIAI don't think it was an oversight... they provided all the tools for you to do it yourself.Do searches for RegEnum* ... I know I've posted examples and I know that Psaltyds has as well as others I'm sure. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
sshrum Posted June 4, 2008 Author Posted June 4, 2008 Ah! Perfect. Thanks. Sean Shrum :: http://www.shrum.net All my published AU3-based apps and utilities 'Make it idiot-proof, and someone will make a better idiot'
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