PickBASIC / FlashBASIC
u307a user exit
.mdThe u307a user exit suspends processing until a specified time.
Syntax
dummy = oconv(time.of.day, ’u307a’)
Parameter(s)
| time.of.day | Time when the sleep ends. It can be specified in military time format (hh:mm:ss). If not specified, the process sleeps for one second. |
Description
Example(s)
a = oconv(’19:00’, ’u307a’)
Sleeps until 7:00 PM.