Ordered list of strings in registry

Jean Truc <[email protected]> Thu, 21 Nov 2024 12:55:30 +0100
Newsgroups gmane.comp.lib.fox-toolkit.user
Message-ID <[email protected]>
Hi,

I'm looking for the best way to read and save an ordered list of strings 
from and to the registry.

Something like:

[MY_LIST]

key1=data1

key2=data2

key3=data3

...

and reading writing the key/data entries in the order they appear in the 
registry file.

I've tried using an FXStringDict dictionary but it's not ordered. It 
seems that the keys are read in a random order.

Any ideas?

Thanks,

JT