A script-enabled browser is required for this page to function properly.

PRINT Built-in

Description

Prints the current window to a file or to the printer.

Syntax

PROCEDURE PRINT;

Built-in Type unrestricted procedure

Enter Query Mode yes

Parameters

none

PRINT Examples

/*

** Built-in: PRINT
** Example: Print the current window.
*/
BEGIN
Print;
END;