TIB: Re: Re: Help with Nested FOR loops


[Prev][Next][Index][Thread]

TIB: Re: Re: Help with Nested FOR loops




Actually, if you try J=1->J, it'll work.  But, as other's have mentioned,
this is sloppy programming.

-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: MRayMan
http://www.bigfoot.com/~m_rayman/


----- Original Message -----
From: The Kellers <sandia@rocler.qc.ca>
To: <ti-basic@lists.ticalc.org>
Sent: Monday, April 12, 1999 9:46 PM
Subject: TIB: Re: Help with Nested FOR loops


> The only solution I see is to manually increment one of the variables
> and break out of the loop manually. I'm sure whatever you are trying
> to do is possible, it might just take a little more code...
>
> ----- Original Message -----
> From: Ben <mao_49@mypad.com>
> To: <ti-basic@lists.ticalc.org>
> Sent: 12 April 1999 21:20
> Subject: TIB: Help with Nested FOR loops
>
> > I was trying to write a program (its kinda hard to explain) where
> like
> > the lines are something like:
> >
> > for (I,1,sqr(c))
> > for (J,1,sqr(a))
> >
> > ... buncha other crap
> >
> > then i want it to be next I
> > then next J
> >
> > but all i know how to do is
> > END
> > END
> >
> > anyone know what to do? please help -- thank you much
> >
> > ben



References: