Livecode Wiki
Advertisement

Specifies the command line used for printing a PostScript file.Syntax:

set the printCommand to <commandLine>

Examples:

set the printCommand to "/usr/bin/printme %s"
set the printCommand to "mv %s output.ps" -- puts output in a file

Use the printCommand property to control which program is used to print on Unix systems.

The value of the printCommand must be a valid Unix command line. The string "%s" is a placeholder for the print file name LiveCode sends to the printing command.

The setting of this property has no effect on Mac OS or Windows systems.

See also: printColors (property),printScale (property),

Advertisement