<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Thu, 12 Sep 2002 11:48:05 +0100
From   : Timothy Baldwin <T.E.Baldwin99@...>
Subject: Re: Regaining disc drive memory work space

On Saturday 07 Sep 2002 1:34 am, Richard Gellman wrote:
> You write your program thus:
>
> 10 IF PAGE<>&E00 GOTO 9000

PAGE may be less than &E00, and the computer may not be a BBC, so this is 
better.

10 IF PAGE>&E00 AND ((INKEY-255 > &F4 AND INKEY-255 < 256) OR INKEY-256 < 2) 
THEN 9000

-- 
Timothy Baldwin
Member WYLUG, SWP, ANL, Leeds SA, Leeds Anti-war coalition
Stop the EU Copyright Directive!
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>