Re: TIB: loops with mem errors


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

Re: TIB: loops with mem errors




---"Michael S. Lee" <kirbysdl@juno.com> wrote:
> On the TI-82, when I use a
> 	Lbl A
> 	.
> 	Goto A
> infinite loop, I often get memory errors when I don't have much memory
> free.  However, when I use a 
> 	while 1
> 	.
> 	end
> infinite loop, I don't get memory errors.  Does anyone know how
TI-BASIC
> uses memory when dealing with loops of these types, and why I would
get
> memory errors when using only one type?  Thanks!
> 
> Mike
> 
> --------------------
> Michael S. Lee
> KirbysDL@Juno.com (files to LivonyaSilone@Hotmail.com)
> "Nothing in fine print is ever good news."


What do you have in the loop?  When I type out
Lbl A
disp "A"
goto A
I don't get any error.
==
Garth Johnson
Visit my website!
http://www.bigfoot.com/~garthjohnson




_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


Follow-Ups: