Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>prt_list()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PRT_LIST()
   Captures the printer ID and name from the driver table.

   Syntax
         nNumber = PRT_LIST([aPrintArray])
         nNumber = PRT_LIST([cTableName])

   Arguments
         OPTIONAL PARAMETERS
         aPrintArray       An array of size nNumber that is updated with
                           the printer ID's and descriptions.
         cDriverFileName   Name of the printer driver table.

   Returns
         nNumber        Number of printer table drivers.

   Description
         PRT_LIST() returns the driver ID and description from the printer
         table. If no array is passed, then the number of printers in the
         table is returned.

         If the first parameter is a character data type, then the printer
         driver table default name will be changed. The number of printers
         in that table will also be returned.

   Examples

               number = PRT_LIST("C:\FLIPPER\LIBRARY\PRX_TBL.BIN")

See Also: PRT_HEADER() PRT_LOAD()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson