Re: [ql-users] MiniQ60

2001-06-17 Thread Davide Santachiara
looks impressive bye Davide > Talking about portable QLing... I've made a few pictures of my MiniQ60, > built around the MinisQL case Keith Mitchell has kindly given me. They are at

[ql-users] MiniQ60

2001-06-17 Thread Peter Graf
Thierry wrote: >> How do you manage to do your QLing away from home, Thierry? Do you >> have a QL system you take with you on the ship, or do you use a QL >> emulator on a laptop or something? > >Laptop and QPC... Talking about portable QLing... I've made a few pictures of my MiniQ60, built arou

[ql-users] pic2bmp

2001-06-17 Thread cgraf
Hi, I've dowloaded the program pic2bmp and tried to convert high color pic-files into bmp. The program immediately stops. OTOH Jerome's webpage says that it supports high color pics. Has anybody a working copy? Claus __ powered

Re: [ql-users] NEXT in FOR-loop

2001-06-17 Thread Robert Newson
> 100 CLS : INPUT '>';n > 110 FOR i=0 TO n > 120IF i MOD 2=0 THEN NEXT i > 130PRINT i > 140 NEXT i > 150PRINT 'done' > 160 END FOR i > > To get round this in a piece of code I'm currently engaged on, I have had > to test for i=n when the exception arises and use EXIT i when on the fin