Difference between revisions of "APRINTERS()"

From Lianjapedia
Jump to: navigation, search
(Created page with '==Purpose== Function to return number of available printers and load an array with printer names ==Syntax== APRINTERS(<array>) ==See Also== AADD(), AAVERAGE(), [[ACOPY…')
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[AADD()]], [[AAVERAGE()]], [[ACOPY()]], [[ADEL()]], [[ADESC()]], [[AELEMENT()]], [[AFIELDS()]], [[AFILL()]], [[AINS()]], [[ALEN()]], [[AMAX()]], [[AMIN()]], [[APPEND FROM ARRAY]], [[ARRAY()]], [[ASCAN()]], [[ASIZE()]], [[ASORT()]], [[ASTORE()]], [[ASTRING()]], [[ASUBSCRIPT()]], [[ASUM()]], [[COPY TO ARRAY]], [[DECLARE]], [[DIMENSION]], [[FDATE()]], [[FILE()]], [[GATHER]], [[IN_ARRAY()]], [[IS_ARRAY()]], [[LOCAL]], [[PRIVATE]], [[PUBLIC]], [[RELEASE]], [[RESTORE]], [[SAVE]], [[SCATTER]]
+
[[GETPRINTER()]], [[PRINT]], [[SET CONSOLE]], [[SET PRINT]], [[SET PRINTER]], [[SETPRC()]]
  
 
==Description==
 
==Description==

Revision as of 09:41, 16 November 2012

Purpose

Function to return number of available printers and load an array with printer names

Syntax

APRINTERS(<array>)

See Also

GETPRINTER(), PRINT, SET CONSOLE, SET PRINT, SET PRINTER, SETPRC()

Description

The APRINTERS() function returns the number of available printers and loads the array <array> with the printer names. The <array> need not be pre-declared and will be overwritten and resized as required if it already exists.

Example

aprinters(printerlist)
? printerlist