RE: Is there an END WHILE for CFLOOP?

2003-06-09 Thread Costas Piliotis
Oh... I need to RTFM again :) My bad -Original Message- From: Costas Piliotis Sent: Monday, June 09, 2003 4:39 PM To: CF-Talk Subject: RE: Is there an END WHILE for CFLOOP? Eww ick? Doesn't work? -Original Message- From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]

RE: Is there an END WHILE for CFLOOP?

2003-06-09 Thread Matt Robertson
aley [mailto:[EMAIL PROTECTED] >Sent: Monday, June 09, 2003 3:52 PM >To: CF-Talk >Subject: RE: Is there an END WHILE for CFLOOP? > > >Ewww ick... try instead... :) > >> Sort of... >> >> >> > >> -Original Message- >> From:

RE: Is there an END WHILE for CFLOOP?

2003-06-09 Thread Costas Piliotis
Eww ick? Doesn't work? -Original Message- From: S.Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 3:52 PM To: CF-Talk Subject: RE: Is there an END WHILE for CFLOOP? Ewww ick... try instead... :) > Sort of... > > > > -Original

Re: Is there an END WHILE for CFLOOP?

2003-06-09 Thread Matt Robertson
Perfect. CFBREAK was just what I needed and couldn't find. Can't use a conditional under the circumstances. Thx all, --Matt-- ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription

RE: Is there an END WHILE for CFLOOP?

2003-06-09 Thread S . Isaac Dealey
Ewww ick... try instead... :) > Sort of... > > > > -Original Message- > From: Matt Robertson [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 3:42 PM > To: CF-Talk > Subject: Is there an END WHILE for CFLOOP? > I'm looping over

Re: Is there an END WHILE for CFLOOP?

2003-06-09 Thread S . Isaac Dealey
- > From: "Matt Robertson" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Monday, June 09, 2003 3:41 PM > Subject: Is there an END WHILE for CFLOOP? >> I'm looping over an array like so: >> >> > from="1"

Re: Is there an END WHILE for CFLOOP?

2003-06-09 Thread S . Isaac Dealey
> I'm looping over an array like so: >from="1" > to="#ArrayLen(application.myArray)#" > index="ArrayRows"> > ...blahblahblah... > > Is there a way for me to stop execution of a as soon as > the loop code finds what it wants? > i.e. endwhile goes here if I remember correctl

RE: Is there an END WHILE for CFLOOP?

2003-06-09 Thread Costas Piliotis
Sort of... -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 3:42 PM To: CF-Talk Subject: Is there an END WHILE for CFLOOP? I'm looping over an array like so: ...blahblahblah... Is there a way for me to

Re: Is there an END WHILE for CFLOOP?

2003-06-09 Thread Bryan Stevenson
ne 09, 2003 3:41 PM Subject: Is there an END WHILE for CFLOOP? > I'm looping over an array like so: > > from="1" > to="#ArrayLen(application.myArray)#" > index="ArrayRows"> > ...blahblahblah... > > > Is there a wa

Is there an END WHILE for CFLOOP?

2003-06-09 Thread Matt Robertson
I'm looping over an array like so: ...blahblahblah... Is there a way for me to stop execution of a as soon as the loop code finds what it wants? i.e. endwhile goes here --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://