Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TYPE


Syntax:     TYPE <file1>.<ext1>/(<expC1>) [TO PRINT] [TO FILE
            <file2>.<ext2>/(<expC2>)]

Purpose:    To display the contents of a text file to the screen,
            optionally echoing the display to the printer and/or another
            text file.

Argument:   <file>.<ext> is the name of the file including extension
            to display to the screen.

Options:    Print: The TO PRINT clause echoes the display to the
            printer.

            File: The TO FILE clause echoes the display to the
            specified <file>.  If no extension is specified, (.txt) is
            added.

Usage:      To pause output, use Ctrl-S.  Note that you cannot interrupt
            the listing with Esc.

Library:    CLIPPER.LIB


----------------------------------- Example --------------------------------

   TYPE Main.prg TO PRINT


See Also: COPY FILE

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