Re: [Gambas-user] gb.settings: Detect if a slot exists

2013-10-30 Thread Bruce
On Tue, 2013-10-29 at 13:38 +0100, Charlie Reinl wrote: > Am Dienstag, den 29.10.2013, 13:57 +1030 schrieb Bruce: > > I have a need to detect if a particular Slot exists in the .config > > file for an application. Just the Slot not whether any value lines exist > > under it. > > > > There doesn't

Re: [Gambas-user] gb.settings: Detect if a slot exists

2013-10-30 Thread Bruce
On Tue, 2013-10-29 at 13:43 +0100, Tobias Boege wrote: > On Tue, 29 Oct 2013, Bruce wrote: > > I have a need to detect if a particular Slot exists in the .config > > file for an application. Just the Slot not whether any value lines exist > > under it. > > > > There doesn't seem to be a way to do

Re: [Gambas-user] gb.settings: Detect if a slot exists

2013-10-29 Thread Tobias Boege
On Tue, 29 Oct 2013, Bruce wrote: > I have a need to detect if a particular Slot exists in the .config > file for an application. Just the Slot not whether any value lines exist > under it. > > There doesn't seem to be a way to do this via gb.settings? I have tried > using > > If Settin

Re: [Gambas-user] gb.settings: Detect if a slot exists

2013-10-29 Thread Charlie Reinl
Am Dienstag, den 29.10.2013, 13:57 +1030 schrieb Bruce: > I have a need to detect if a particular Slot exists in the .config > file for an application. Just the Slot not whether any value lines exist > under it. > > There doesn't seem to be a way to do this via gb.settings? I have tried > using

[Gambas-user] gb.settings: Detect if a slot exists

2013-10-28 Thread Bruce
I have a need to detect if a particular Slot exists in the .config file for an application. Just the Slot not whether any value lines exist under it. There doesn't seem to be a way to do this via gb.settings? I have tried using If Settings.Keys["Filter"] then but this seems always to b