Thanks for forwarding the files.
Not going to help, I'm afraid. Simon's TIMER_FRAMES_BAS
indicates that QL2K has a frame-rate of about 24 here. It should be
50!
I've "improved" upon FT_BAS as follows:
100 CLS
110 INPUT "Number of seconds? ";d 120 PRINT 'Wait ';d;' seconds for -f test' 130 t=DATE 140 REPeat l:IF DATE<>t THEN EXIT l 150 t=DATE:PAUSE d*50:e=DATE-t 160 PRINT 'Delay should be ';d;' seconds' 170 PRINT 'Actual delay is ';e;' seconds' 180 PRINT 'Multiply -f by ';d/e so that it waits for a new DATE increment before starting to count and allows durations beyond the original 60 seconds for greater accuracy. Stephen
--- -- Outgoing mail is probably Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.484 / Virus Database: 282 - Release Date: 27/05/2003 |
- [ql-users] QL S*Basic : Time wait routine. Jimmy MONTESINOS
- Re: [ql-users] QL S*Basic : Time wait routine. RWAPSoftware
- RE: [ql-users] QL S*Basic : Time wait routine. Jimmy MONTESINOS
- Re: [ql-users] QL S*Basic : Time wait routine. Stephen Meech
- Re: [ql-users] QL S*Basic : Time wait routine. Stephen Meech
- Re: [ql-users] QL S*Basic : Time wait routin... Stephen Meech
- Re: [ql-users] QL S*Basic : Time wait routin... Stephen Meech
- [ql-users] is minus one = -1? P Witte
- Re: [ql-users] is minus one = -1? Robert Newson
- Re: [ql-users] is minus one = -1? Marcel Kilgus
- Re: [ql-users] is minus one = -... P Witte
- Re: [ql-users] is minus one = -... TonyTebby
- Re: [ql-users] is minus one... Marcel Kilgus
- Re: [ql-users] is minus one... Dilwyn Jones
