guides:programming:programmers_reference_manual:devices_get_printer_message

DEVICES Get_Printer Message

The Get_Printer function returns all of the printer devices when the DEVICES message is specified. The print devices are any printer that is connected to the workstation via a printer port or network connection.

devices = Get_Printer( "DEVICES" )

An @fm-delimited array of printer devices. There is a trailing @fm.

declare function Get_Printer

devices = Get_Printer( "DEVICES" )

devices[-1,1] = "" ; * strip the trailing @fm
 
 
  • guides/programming/programmers_reference_manual/devices_get_printer_message.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1