                                                                diary_print 
Chapter 5 Map Information Operations

The diary_print command displays the diary of the current, active map.

diary_print

    Prints/displays diary to named device.

         diary_print dev [fname]

    Prints/displays the current map diary file on the specified device.  If
    dev=2 (ascii file), fname must be included.
    ___________________________________________________________________________
    Options/arguments:

         dev       Device type code, where:
                   0 = screen
                   1 = printer
                   2 = ascii file (requires fname)
         fname     File name (only when dev = 2)
    ___________________________________________________________________________
    Example(s):

    To route a listing of the map diary file to the primary system printer,
    enter:

         diary_print 1

    To display the map diary file on the screen, enter:

         diary_print 0
    ___________________________________________________________________________
    See also:

    ___________________________________________________________________________
