Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription of FieldsCommentsDefault
Parm1 - COPIES<1> CopiesNumber of copies 

Example

 
Code Block
* The following example shows how to use the COPIES message.
 
declare function Set_Printer
stat = Set_Printer("INIT") ;* Start printing
stat = Set_Printer("COPIES", 2) ;* print 2 copies
if stat < 0 then
goto ErrorHandler ;* not supported
end
stat = Set_Printer("TERM") ;* End printing