[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2019-10-18T00:17:07-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/4197 2019-10-18T00:17:07-05:00 2019-10-18T00:17:07-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=38590#p38590 <![CDATA[Re: Is there a way to delay less than a second?]]>

Code:

start#=timerDoloop until (timer - start#) >= 0.1

Statistics: Posted by mikefromca — Fri Oct 18, 2019 12:17 am


]]>
2016-10-04T23:44:01-05:00 2016-10-04T23:44:01-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=24361#p24361 <![CDATA[Re: Is there a way to delay less than a second?]]>

Statistics: Posted by giwake — Tue Oct 04, 2016 11:44 pm


]]>
2016-09-18T06:33:13-05:00 2016-09-18T06:33:13-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=24308#p24308 <![CDATA[Re: Is there a way to delay less than a second?]]> http://www.qb64.net/wiki/index.php/TIMER

You can use _DELAY in QB64 only for delays of less than one second down to .001

Statistics: Posted by burger2227 — Sun Sep 18, 2016 6:33 am


]]>
2016-09-17T22:16:59-05:00 2016-09-17T22:16:59-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=24306#p24306 <![CDATA[Is there a way to delay less than a second?]]> Please don't reply with

Code:

 for x = 1 to 9999999999999 next
Because my PC is WAYY too fast.
Thanks,
giwake

Statistics: Posted by giwake — Sat Sep 17, 2016 10:16 pm


]]>