I have a small program to build but i want to avoid a database. I will have a list of residents (10 in total) that i want to keep detail on. can i nest keys inside an INI file:
[Residents]
[Resident0001]
[Room#] = ##
[etc.] = "an on and on"
[Resident0002]
[Room#] = ##
[etc.] = "an on and on"
[Resident0003]
[Room#] = ##
[etc.] = "an on and on"
If you can, I need help on the syntax, if not, it figures.
Thanks
