u407a User Exit

The 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.

See Also

sleep Statement

u307a User Exit