Re: TIB: challenge


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

Re: TIB: challenge



Thanks!  I will use that from now on in my programming!  I had no idea it could be done, and it will save a few cycles in my basic programs, as almost all of mine use that input routine rather than the Input command.
 
-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: KilIer2 (kilier2)
http://www.bigfoot.com/~m_rayman/
----- Original Message -----
From: <-Dave->
To: ti-basic@lists.ticalc.org
Sent: Saturday, June 19, 1999 4:10 PM
Subject: Re: TIB: challenge

Pretty simple, really.
 
:Repeat A
:GetKey->A
:End
 
This code works because 'Repeat' tests the condition *after* it performs the getkey.  That way, there's no need to initialize A.
 
--Dave <the_Regul8r@bigfoot.com>

References: