SET-DELAY-PRINT

Function

Sets the values of a DELAY variable.

Syntax

SET-DELAY-PRINT delay_var WITH {src_lit|_var|_col}

Arguments

delay_var

Affected delay variable.

{src_lit|_var|_col}

Source variable.

Description

Replaces each reference of delay_var with the specified value. The data is formatted according to the PRINT command parameters.

Examples

print  $Last_User (1,10) Delay
.
.
.
set-delay-print $Last_User with &Username

See Also

The DELAY parameter under PRINT