Oxygen Basic
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Latest OxygenBasic.zip at GitHub
(Click on the Wizard)
Home
Help
Search
Login
Register
Oxygen Basic
»
Programming
»
Problems & Solutions
»
Equivalent for PB SLEEP statement
« previous
next »
Print
Pages: [
1
]
Author
Topic: Equivalent for PB SLEEP statement (Read 1265 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
Logged
Mike Lobanovsky
Guest
Re: Equivalent for PB SLEEP statement
«
Reply #1 on:
April 14, 2018, 04:47:01 PM »
Sleep()
SleepEx()
Logged
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
Logged
Print
Pages: [
1
]
« previous
next »
Oxygen Basic
»
Programming
»
Problems & Solutions
»
Equivalent for PB SLEEP statement