0
I have a file . ini with the following structure:
[00000000000]
parâmetro1=xxxxxxxxxxxxxxx
parâmetro2=xxxxxxxx
parâmetro3=xxxxxxxxxx
and this pattern repeats itself for about 2000 times. I would like to know how I can read and interpret the data of this file with VB.net. I looked it up, but I couldn’t find anything like this. I even found a Split function and the other Textfieldparser, but it does not fully meet me because of the parameter 0 which are the keys [000000000]. If anyone has any idea how to help me or shed light.