Author Topic: Equivalent for PB SLEEP statement  (Read 1263 times)

0 Members and 1 Guest are viewing this topic.

chrisc

  • Guest
Equivalent for PB SLEEP statement
« on: April 14, 2018, 02:39:54 PM »
Hello

what is the equivalent to PB   SLEEP statement  in O2?

for example,  SLEEP( 5000)   means  pause for 5 seconds

something like a delay loop, see   

http://www.manmrk.net/tutorials/basic/PowerBASIC/pbcc/sleep_statement.htm

Mike Lobanovsky

  • Guest
Re: Equivalent for PB SLEEP statement
« Reply #1 on: April 14, 2018, 04:47:01 PM »

chrisc

  • Guest
Re: Equivalent for PB SLEEP statement
« Reply #2 on: April 14, 2018, 04:58:07 PM »
Thanxx a lot, Mike   it is a WIN API