Re: Q:prg slowing down-why?
[Prev][Next][Index][Thread]
Re: Q:prg slowing down-why?
On Thu, 15 Aug 1996, Daniel Sczepansky wrote:
> I got my Ti-85 a few weeks back. I started programming a thinking game
> and recgnized, that the whole game gets permanently slower. I couldn't
> find a bug and that's why I ask you, whether this has happended to
> others. The game is in Ti-Basic and I don't have a link cable yet.
> Please tell me how I can fix that.
if you have blocks (for...end, while...end, etc) and exit them in the middle
with a goto, that takes up a little memory that is not freed until your program
exits, and the less memory, the slower a TI-basic program goes.
+------------------------------+-------------------------------+
| Tony Lieuallen | marvin@mars.superlink.net |
+------------------------------+-------------------------------+
| http://mars.superlink.net/marvin/home |
| http://www.geocities.com/SiliconValley/Park/1171/ |
+-------------------------Finger me for more of what follows!--+
| * It's Non-Toxic! That means you can eat it!! |
| * The computer saves man a lot of guesswork, but then, so |
| does the bikini. |
| * Practice makes perfect, but no one's perfect, so why |
| practice? |
| * The nice thing about Windows is - it does not just crash, |
| it displays a dialog box, and let's you press 'OK' first. |
+--------------------------------------------------------------+
References: