# u307a user exit

The 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

This user exit is identical
to the BASIC sleep and rqm statements.

## Example(s)

```
a = oconv(’19:00’, ’u307a’)
```
Sleeps until 7:00 PM.

## See also

- [sleep statement](https://d3codex.com/pickbasic-flashbasic/sleep-statement/)
- [u407a user exit](https://d3codex.com/pickbasic-flashbasic/u407a-user-exit/)

---
Source: https://d3codex.com/pickbasic-flashbasic/u307a-user-exit/ - part of the D3Codex reference.
