It works like charm Tobi.
I added the example code to the Wiki.
...
Dim sSlot, sKey As String
For Each sSlot In Settings.Keys
For Each sKey In Settings.Keys[sSlot]
Print sSlot &/ sKey
Next
Next
If I was to vote, I'd not change the documentation as _Settings_Keys
ultima
The definitions I was quoting are from the first page of the Wiki for
gb.settings.
"Property Read Keys As _Settings_Keys"
Return a virtual object used for enumerating all the keys used by the
setting file.
I tried several things (including "Object") before I landed on "String".
... oh and I did
On Thu, 27 Nov 2014, Lewis Balentine wrote:
> Reference: http://gambaswiki.org/wiki/comp/gb.settings/settings/keys
>
> Settings.Keys (gb.settings)
> Property Read Keys As _Settings_Keys
> Return a virtual object used for enumerating all the keys used by the
> setting file.
>
> Wrong: It returns
Reference: http://gambaswiki.org/wiki/comp/gb.settings/settings/keys
Settings.Keys (gb.settings)
Property Read Keys As _Settings_Keys
Return a virtual object used for enumerating all the keys used by the
setting file.
Wrong: It returns a array of strings that are the "Slot Names".
Key Definitio