RE: cfscript assistance

2013-11-15 Thread Stephens, Larry V
Ah - I missed part of Matt's response and Dave said the same thing. It was the () that was throwing the error. Should have seen that... Thanks. -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] > if GetB.bcode[x] NEQ xcampus { if ( GetB.bcode[x]

RE: cfscript assistance

2013-11-15 Thread Stephens, Larry V
Thanks. See below -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: Friday, November 15, 2013 9:45 AM To: cf-talk Subject: Re: cfscript assistance On Fri, Nov 15, 2013 at 9:35 AM, Stephens, Larry V wrote: > > > > for ( x=1; x<=G

Re: cfscript assistance

2013-11-15 Thread Dave Watts
>> >> for ( x=1; x<=GetB.Recordcount; x=x+1) { >> if GetB.bcode[x] NEQ xcampus { >> >> This throws an invalid construct error: >> ColdFusion was looking at the following text: >> GetB.bcode >> ? What am I missing? > > if ( GetB.bcode[x] != xcampus ) > { > // do somethi

Re: cfscript assistance

2013-11-15 Thread Matt Quackenbush
On Fri, Nov 15, 2013 at 9:35 AM, Stephens, Larry V wrote: > > > > for ( x=1; x<=GetB.Recordcount; x=x+1) { > if GetB.bcode[x] NEQ xcampus { > > This throws an invalid construct error: > ColdFusion was looking at the following text: > > GetB.bcode > > ? What am I missing?

Re: cfscript assistance

2013-11-15 Thread Russ Michaels
try these tools, you may have more luck http://carehart.org/cf411/#excel On Fri, Nov 15, 2013 at 2:35 PM, Stephens, Larry V wrote: > > I've stayed away from cfscript but now I'm looking at it in conjunction > with writing Excel spreadsheets. > > I looked at https://learn.adobe.com/wiki/displa