Hi everyone,
How do you read a config.cfg or ini file and use data structure (such as list, etc..) must allow duplicates to store [section] attributes = values??
I have a config file with many [sections] and in each section contains a list of attributes with values.
How do you store all the sections attributes and their values uniquely into list or list of list so they can be searched, added, and removed easily.
Thank you very much in advance to those can help
How do you read a config.cfg or ini file and use data structure (such as list, etc..) must allow duplicates to store [section] attributes = values??
I have a config file with many [sections] and in each section contains a list of attributes with values.
How do you store all the sections attributes and their values uniquely into list or list of list so they can be searched, added, and removed easily.
Thank you very much in advance to those can help