Hello. I have ini file with different sections like:
[section1]
bla bla 1
bla bla 2
[Section2]
blala 3
bla bla 4
etc.
How can I read in a variable specific section of the file.
p.s. The brackets can be changed , even the structure of the file.
Thank you in advance.