Larry,

PAUSE won't let you do it but I recently had a need to add a delay and 1 
second was to long.

So I did this.

   SET VAR vWaitTime = 0

   WHILE vWaitTime < 500 THEN
      SET VAR vWaitTime = (.vWaitTime + 1)
   ENDWHILE
   SET VAR vWaitTime = 0


Hope it helps.


Jan

-----Original Message-----
 From: Lawrence Lustig <[email protected]>
 To: [email protected] (RBASE-L Mailing List)
 Date: Wed, 5 Sep 2012 08:33:06 -0700 (PDT)
 Subject: [RBASE-L] - PAUSE for less than one second.



I want to pause each time through a loop, but only for 250 milliseconds (a 
quarter second).


PAUSE FOR works fine for whole numbers of seconds.  Is there any way to pause 
for something shorter than a second?

--

Larry

Reply via email to