Previous Topic: P2D()Next Topic: PUBSTACK()


PAUSE()

This function stops the execution of an IMOD for the specified number of seconds.

Syntax

PAUSE(seconds)

Parameters

seconds

Number of seconds to pause (1 to 3600 (one hour)).

Return Codes

101

ARG 1 MISSING OR INVALID

120

STIMERM FAILED

Example

pause(3600) == ''           /* A one-hour pause   */