GREAT !!! Thank you very much...
I'm not that familiar with how to sort and parse within the Construct environment.
I see that you used "Compare Two Values"..
left(line, 1)
Equal to =
"["
This identifies the "Group" section?
Then, you use an "else" statement assuming any other lines are "Parameters"?
Since these INI files will always be structured in the exact same order, I should be
able to sort by line number, (Example: the first (9) lines are always "Global Settings"
and the TOP line will always be the group name "[GLOBAL_PARAMETERS]".
The 2nd line will always be the "Name" variable, and so on.
All I need from each line is the VALUE "after" the "=" ?
While the loop reads a single line in, I just retrieve the VALUE "after" the "=".
Do, you know of a technique to READ the VALUE "after" the "=" ???