Hi all,
I have a data file (text) that is formatted in a standard Windows INI format.
[Section 1 Header]
Item1=<Value>
Item2=<Value>
Item3=<Value>
[Section 2 Header]
Item1=<Value>
Item2=<Value>
Item3=<Value>
etc...
I am reading the contents of this file into a container, and I want to parse it to
pull out the Values. So I need to *search* to a section header, then seach (from that
point) for the "Item1=" line below it (for example), then finally, pull out the value.
I am looking for some direction for someone about what MC commands, functions, etc are
best suited for this task.
TIA
Leston
------------------------------
Leston Drake
LetterPress Software, Inc.
http://www.lpsoftware.com
------------------------------