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
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
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
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
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