> On Aug 17, 2004, at 3:40 PM, Rob wrote:
>
> > Hey there Dick,
> >
> > On Tue, 17 Aug 2004 15:14:26 -0700, Dick Applebaum
> > <[EMAIL PROTECTED]> wrote:
> > > I think that variables referenced within the loop conditional are
> > > considered local
> >
> > I thought so too, but then why does the cfscript block act differently
> > then the tagged block ... or am I missing something
> >
> > > I've seen this is some languages -- Fortran, Forth, _javascript_?
> > Java?
> > >
> > > the inner just opens a new local scope
> >
> > um... well this:
> > <script language="_javascript_" type="text/_javascript_">
> > for(i=0;i<=10;i++)
> > {
> > for(i=0;i<=10;i++)
> > {
> > document.write(i + "<br>");
> > }
> > }
> > </script>
> >
> > acts like the cfscript looping to 10 only as I would expect - not to
> > 10 10 times
> >
>
> Well... I'm just full of crap!
>
> Dick
You're not full of crap... you said "_javascript_?" - now had you
admittedly defended a position, only complained and not offered any
help or suggestions on how to fix it *then* you'd be full of crap
(hope you guessed my name... do do)
:-D
By the lack of comments, I am beginning to think it's a bug.
--
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org
~open source xslt IDE~
http://treebeard.sourceforge.net
~open source XML database~
http://ashpool.sourceforge.net
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

