This is an update of INI++ with the following extra functions:
[size:8pt]1. The ordering of groups is now remembered.
2. When sorting is done, it now uses "Alphanum", so "Foo 12" comes after "Foo 2" for instance.
3. Properties are now in two tabs, so the advanced properties can be easily ignored.
4. New actions to get a 'part' of an item. These are bits seperated by commas.
(For instance, "a,b,c,d" has 'a' as part 0, or part 1 if it is 1-based)
5. Ability to easily transfer data to and from MMF arrays.
(Note: You cannot transfer string data into the array for technical reasons)
6. Many bug fixes.[/size]
Note: that this has a different file name than the old version. This is because although it is compatible (and you can rename it as INI++.mfx if you like) if can cause incompatibilities because some of the behavior has changed.