splitting windows ini file format
Hello all
Would anybody know how I split the example below and have the sections [Core] seperated (without the brakets) in one statement and in another split all remaining text at the = sign.
Would appreciate your help and hints
Thank you
Roland
[Core]
Student_ID=ee
Student_Name=Smith, Peter
Output_File=c:\program files\xyz\data\tempCredit=C
Lesson_Location=
Lesson_Status=N
Path=c:\program files\xyz\data\temp\Score=0
Time=00:00:00
Lesson_Mode=I
[Core_Lesson]
value1 = 1
value2 = 2
value2 = 3
|