Odcl_GetLastPrinterCSV

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > External files >

Odcl_GetLastPrinterCSV

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetLastPrinterCSV

This function return the last printer used

 

Return Vaeue

Last printer names from CSV log file

 

Note:

Print Log file must be activated.

see: Odcl_PutPlotLog

 

 

Exemple:

(Odcl_GStLastPrinterCSV)

 

Return Value

List of Last Model atdLLayout used Printer.

(("Model" . "CutePDF Writer") ("Layout" . "None"))

 

AutoLssp Syntax:

(setq rValue (Odcl_GetLastPrinterCSV))