Re: TIB: challenge


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

Re: TIB: challenge




Ah!  Lbl/Goto coding!!  Take a hint from some of the other suggestions on
this list...

(lbl/goto coding... yeuck!!! =P )

-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: KilIer2 (kilier2)
http://www.bigfoot.com/~m_rayman/

----- Original Message -----
From: <XAtragoX@aol.com>
To: <ti-basic@lists.ticalc.org>; <CinderzZo@aol.com>
Sent: Monday, June 14, 1999 11:06 PM
Subject: Re: TIB: challenge


> this is what i use..the enitre thing is long...and for the 83..but here
> goes..it may be a bit sloppy...but it runs faster that anything i have
> tried......i used to have a Domain test...but i forgot it..try to add one
> ifya can
> .
> :ClrHome
> :4->A
> :8->B
> :Lbl  01
> :ClrHome
> :Output(A,B,"O"
> :getkey->K
> :While A/=\0
> :getkey->K
> :End
> :If k=24
> :Goto AA
> :If K=25
> :Goto BB
> :If k=26
> :Goto CC
> :If K=34
> :Goto DD
> :
> :Lbl AA
> :(B-1)->b
> :Goto 01
>
> :LBL BB
> :(A-1)->A
> :GOTO 01
>
> :LBL CC
> :(B+1)->B
> :GOTO 01
>
> :LBL DD
> :(A+1)->A
> :GOTO 01



References: