MirnesC2 Posted September 30, 2009 Posted September 30, 2009 When you read an .ini it tells you what comes after the = sign Example [general] name=john The .ini file I need has it set up differently and I was wondering how I can get it to read it in this format instead [general] name = john name = "john"
ResNullius Posted September 30, 2009 Posted September 30, 2009 Your question is not very clear. What output do you want? Show us "This is what's in my ini file" and show us "This is what I want returned" Your second ini sample shows two entries, and no description of what yyou want.
MirnesC2 Posted September 30, 2009 Author Posted September 30, 2009 Never mind, it works fine. It already does what I was looking for, I just messed up something in my code.
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