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 an array like so: >from="1" >

Re: Is there an END WHILE for CFLOOP?

2003-06-09 Thread S . Isaac Dealey
Well there's that too... ... But if you're looping over an array (as in the example below) and you just want to exit the loop on a condition that's satisfied by something you're doing with the array, often you still want to use the index loop rather than using the conditional loop -- which is

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

Re: Is there an END WHILE for CFLOOP?

2003-06-09 Thread Bryan Stevenson
yepconditional loops...check the docs ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com ---