Re: Scrolling Text problem


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

Re: Scrolling Text problem



I assume you're using an Output command inside of a For loop or something
similar to that.  You need to put a limit on the changing variable so that
it stops changing when the text reaches the edge of the screen.  I.e., if
your text is five letters long, the farthest right the Output command can
point to is five from the right edge of the screen.

>Well, I've managed to make text scroll on my TI-82, but the problem is
>that it get's to the end of the screen, and gives me an error:domain. If
>anyone here is familiar with this, please help me out, thanx