                                                                atrbt_print
Chapter 12 Attribute Operations

The attributes for a specified set of the current, active map may be displayed
on the screen, routed to the primary system printer, or written to a designated
ascii file with the atrbt_print command.  The printer device and editor type
parameters are identified in the config file.

atrbt_print

    Prints named attribute set s to specified device dev or file fname when dev
    = 2.

         atrbt_print s dev [fname]

    Prints attribute set specified by set s on the device type dev or to file
    name fname when dev = 2.
    ___________________________________________________________________________
    Options/arguments:

         s         Set to be printed/displayed, where:
                   0 - 31, inclusive = valid set number
         dev       Device type, where:
                   0 =  screen
                   1 =  printer
                   2 =  write to ascii file (requires fname)
         fname     ascii output file (required when dev = 2)
    ___________________________________________________________________________
    Example(s):

    To display the attributes of set 13 of the current, active map on the
    screen, enter:

         atrbt_print 13 0

    To print the attributes of all objects of the current, active map to a
    printer device, enter:

         atrbt_print 0 1
    ___________________________________________________________________________
    See also:

              atrbt_edit
    ___________________________________________________________________________
