

                             TEMPLATE MACRO
                             --------------

Author:      Tim Farley

Description: This macro will use a template file 'TEMPLATE.Q' and
             complete the structure that you are starting.

                            CONTENTS OF FILE
                            ----------------

TEMPLATE.QM     File containing the macro.
TEMPLATE.MAC    Compiled macro
TEMPLATE.PAS    PASCAL Template
TEMPLATE.C      C Template
TEMPLATE.DB     DBASE Template
README          This file

                              USE OF MACRO
                              ------------

Use the DOS COPY Command to make a template file.  For example type:

COPY TEMPLATE.??? TEMPLATE.Q
               ^--- ??? = the extension of the Template file you
                          want to use.

Load the macro either from the command line, or by using the pull down
menus.  Then you can start a structure and press <`>, and the macro will
load the template and get the structure and place it at your present
position.  For example using the C Template:

Type "ma" then pressing the <`> would give you

void main ( void )
{           ^------Placing the cursor here so you can add parameters.
}



                                HISTORY
                                -------

Written: 24-May-1989
Revised: 29-June-1989    Fixed behavior on top line of file.
Revised: 16-March-1990   Takes advantage of QEdit 2.1 features.
Revised: 19-March-1990   Better handling of dBase stuff.  Comments.
