The QBasic Forum      Other Subforums, Links and Downloads
  << Previous Topic | Next Topic >>Return to Index  

For Steve

October 7 2007 at 9:44 AM
Pete  (Login The-Universe)
Admin

DO
z1 = TIMER
PRINT "x";
DO
z2 = TIMER
IF z1 > z2 THEN z2 = z2 - 86400
IF z2 - z1 >= .1 THEN EXIT DO
IF LEN(INKEY$) THEN END
LOOP
LOOP

 
 Respond to this message   
AuthorReply

(Login MystikShadows)
R

Thanks Pete ;-). that should do the trick.

October 7 2007, 9:45 AM 

I was using the classic empty FOR loop, I know I should get spanked for that but I don't have any takers..LOL.

It worked, that's all I wondered, atleast, I saw the light (sooner or later) lol and now I want the right way to do it hehe.

Thanks again.

 
 Respond to this message   
Current Topic - For Steve
  << Previous Topic | Next Topic >>Return to Index  

Newbies usually go to www.qbasic.com and click on The QBasic Forum
Forum regulars have their own ways, which include The QBasic Community Forums