On Thu, 2013-03-28 at 11:11 +0100, Tobias Boege wrote:
> > > >
> > >
> > > Case "BACKIMAGE[[]*]"
> > > Case "BACKIMAGE[[]*][[]*]"
> > >
> > > Is that what you want?
> > >
> > > Escaping '[' character in regular expression is done by using "[[]" or
> > > "\\[". (see the documentation of LIKE).
>
On Thu, 28 Mar 2013, Tobias Boege wrote:
> On Thu, 28 Mar 2013, Beno?t Minisini wrote:
> > Le 28/03/2013 07:47, Bruce a ?crit :
> > > On Thu, 2013-03-28 at 17:05 +1030, Bruce wrote:
> > >> Hi,
> > >>
> > >> I am trying to parse a text file that contains key,value pairs like:
> > >> Name=Ma
On Thu, 28 Mar 2013, Beno?t Minisini wrote:
> Le 28/03/2013 07:47, Bruce a ?crit :
> > On Thu, 2013-03-28 at 17:05 +1030, Bruce wrote:
> >> Hi,
> >>
> >> I am trying to parse a text file that contains key,value pairs like:
> >> Name=Malarky
> >> Size=10
> >> BackImage[N]=
Le 28/03/2013 07:47, Bruce a écrit :
> On Thu, 2013-03-28 at 17:05 +1030, Bruce wrote:
>> Hi,
>>
>> I am trying to parse a text file that contains key,value pairs like:
>> Name=Malarky
>> Size=10
>> BackImage[N]=sometext
>> FrontImage[S]=sometext
>> etc
On Thu, 28 Mar 2013, Tobias Boege wrote:
> On Thu, 28 Mar 2013, Bruce wrote:
> > On Thu, 2013-03-28 at 17:05 +1030, Bruce wrote:
> > > Hi,
> > >
> > > I am trying to parse a text file that contains key,value pairs like:
> > > Name=Malarky
> > > Size=10
> > > BackImage[N]=so
On Thu, 28 Mar 2013, Bruce wrote:
> On Thu, 2013-03-28 at 17:05 +1030, Bruce wrote:
> > Hi,
> >
> > I am trying to parse a text file that contains key,value pairs like:
> > Name=Malarky
> > Size=10
> > BackImage[N]=sometext
> > FrontImage[S]=sometext
> > etc
On Thu, 2013-03-28 at 17:05 +1030, Bruce wrote:
> Hi,
>
> I am trying to parse a text file that contains key,value pairs like:
> Name=Malarky
> Size=10
> BackImage[N]=sometext
> FrontImage[S]=sometext
> etc
> using a construct like
> For idx = 0 to s
Hi,
I am trying to parse a text file that contains key,value pairs like:
Name=Malarky
Size=10
BackImage[N]=sometext
FrontImage[S]=sometext
etc
using a construct like
For idx = 0 to sourcearray.max
Select Upper(Split(SourceArray[idx],"+")[0]