PickBASIC / FlashBASIC
u407a user exit
.mdThe u407a user exit sets a port to sleep for a specified number of seconds. This is the same as the BASIC sleep statement.
Syntax
dummy = oconv(seconds, ’u407a’)
Parameter(s)
| dummy | Dummy variable. No data is returned. |
| seconds | Number of seconds for the process to sleep. |