Easier way to do this?
[Prev][Next][Index][Thread]
Easier way to do this?
-
To: CALC-TI@LISTS.PPP.TI.COM
-
Subject: Easier way to do this?
-
From: Undetermined origin c/o LISTSERV administrator <owner-LISTSERV@PEACH.EASE.LSOFT.COM>
-
Date: Thu, 11 Dec 1997 00:22:14 GMT
-
Comments: RFC822 error: <W> Incorrect or incomplete address field found and ignored.
-
Comments: RFC822 error: <W> Incorrect or incomplete address field found and ignored.
-
Comments: RFC822 error: <W> Incorrect or incomplete address field found and ignored.
-
Comments: RFC822 error: <E> Mail origin cannot be determined.
-
Comments: RFC822 error: <E> Original tag data was -> Nick L.
-
Organization: MindSpring Enterprises
-
Reply-To: Undetermined origin c/o LISTSERV administrator <owner-LISTSERV@PEACH.EASE.LSOFT.COM>
-
Xref: paladin.american.edu bit.listserv.calc-ti:19201
I was wondering if there was a better way to do this getkey routine
(86 BASIC)
Lbl A
getky
If Ans==11
Goto B
If Ans==12
Goto C
If Ans==13
Goto D
Goto A
Misc. Lbl's for above Goto's.
Is there something faster/quicker than this? Thanks for your help.
Nick