PhantomScript v1.7 Reference - Copyright © 2006 P1 Systems Incorporated. All Rights Reserved.

Prev | Next | Users Guide | PhantomScript Reference | P1 Systems


Miscellaneous

WritePrinter

Syntax

WritePrinter <printer-name> <text>

Description

Write text to a specified printer.

Parameters

<printer-name>

The name of the printer.

<text>

The text to write to the printer.

Example

WritePrinter "\\server\textprinter" "A line of text."

The above statement causes the string "A line of text." to be printed on the network printer "\\server\textprinter"



Prev | Next | Users Guide | PhantomScript Reference | P1 Systems

PhantomScript v1.7 Reference - Copyright © 2006 P1 Systems Incorporated. All Rights Reserved.