Re: Text variable problem

2009-05-26 Thread Jim Lambert
Try if WORD 1 OF item 17 of regLine = g_reg then Jim LAmbert myShape, Inc. www.myshape.com R&D j...@myshape.com Join us at www.myshape.com. For all busy women who don't have time to shop... the first personal shop with clothes that fit and flatter you. Set up your FREE Personal Shop: http://

Re: Text variable problem

2009-05-24 Thread Ken Ray
> I've used put to write the 17th element, ",", g_reg, and another comma, and > the output was > Texas,Texas, so it looks like 17th element and g_reg are the same. Is this > proving the same thing you suggested? Not exactly; if you have anywhitespace before the 17th element you won't see it...

Re: Text variable problem

2009-05-24 Thread stevex64
_ > use-revolution mailing list > use-revolution@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- View this message in contex

Re: Text variable problem

2009-05-24 Thread stevex64
s Cueto > _______ > -- View this message in context: http://www.nabble.com/Text-variable-problem-tp23690465p23693704.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution m

Re: Text variable problem

2009-05-24 Thread stevex64
ling list > use-revolution@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- View this message in context: http://www.nabble.com/Text-variable-problem-tp

Re: Text variable problem

2009-05-24 Thread Sarah Reichelt
> I have a very irritating problem occurring. In one part of my program a > global variable, g_region, is set to the name of a US state or Canadian > province. Later in the program there is a loop that compares the 17th > element of the line to g_region. If g_region and element 17 of the line are >

Re: Text variable problem

2009-05-23 Thread Nicolas Cueto
Hi Steve, Perhaps what you and Rev see as the 17th item differs? My guess is that, though you say that in the variable watcher you can see the 17th element, your script doesn't declare a variable specific to that 17th element, so I imagine you're counting up the items of regLine to confirm the co

Re: Text variable problem

2009-05-23 Thread stevex64
e values in regLine? > > -- > Richard Gaskin > Fourth World > Revolution training and consulting: http://www.fourthworld.com > Webzine for Rev developers: http://www.revjournal.com > _______ > use-revolution mailing list

Re: Text variable problem

2009-05-23 Thread J. Landman Gay
stevex64 wrote: In one part of my program a global variable, g_region, is set to the name of a US state or Canadian province. ... "repeat for each line regLine in lData if item 17 of regLine = g_reg Is your global named g_region or g_reg? -- Jacqueline Landman Gay | jac...@hy

Re: Text variable problem

2009-05-23 Thread Richard Gaskin
stevex64 wrote: I have a very irritating problem occurring. In one part of my program a global variable, g_region, is set to the name of a US state or Canadian province. Later in the program there is a loop that compares the 17th element of the line to g_region. If g_region and element 17 of the

Text variable problem

2009-05-23 Thread stevex64
esn't see them as being equivalent for some reason. Any thoughts? Thanks, Steve Ralston -- View this message in context: http://www.nabble.com/Text-variable-problem-tp23690465p23690465.html Sent from the Revolution - User mailing list archive at Nabble.com. ___