home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / utility / beauty / pf / pf.doc < prev    next >
Text File  |  1988-05-23  |  3KB  |  61 lines

  1. Documentation For PF.EXE
  2.  
  3. Intended Use ... : Generate a list of all procedures and functions found
  4.                    within a Turbo Pascal Version 4.0 program. Thus, using
  5.                    an editor's find option it is easy to locate the file
  6.                    any particular procedure or function is in.
  7.  
  8. Written By ..... : William L. Mabee, CRNA
  9. Copyright ...... : Copyright 1988 Mabee
  10. Version ........ : 1.8
  11.  
  12. Written ........ : 1-Dec-1986 (Originally Called P&F.COM for Turbo 3.0)
  13. Revised ........ : 1-Jan-1988 (Renamed/Rewritten For Turbo 4.0)
  14. Last Revision .. : 21-May-1988
  15.  
  16. Release ........ : Released to the public domain for any use whatsoever.
  17.                    Your use of this program indicates that you accept this
  18.                    program as is with no warranties either expressed or
  19.                    implied. Your use further indicates that you agree to
  20.                    hold the author harmless in the event any data is lost
  21.                    while you are using this program.
  22.  
  23. Execution ...... : To execute PF.EXE type PF and press return. An
  24.                    informational message is displayed, and then a prompt
  25.                    for the name of your main turbo pascal program. Enter
  26.                    the complete name including subdirectory and extention.
  27.                    I.E. \TURBO4\MYPROG.PAS
  28.  
  29.                    The program will read in your main turbo pascal program
  30.                    until it comes to the USES statement. It will then
  31.                    parse the USES statement and look for files with the
  32.                    extention .INC or .PAS. For example if your main program
  33.                    contains the statement USES Standard,Lister;
  34.  
  35.                    This program would look for the files:
  36.  
  37.                        Standard.Inc
  38.                        Standard.Pas
  39.                        Lister.Inc
  40.                        and Lister.Pas
  41.  
  42.                    If it locates these files it then processes the
  43.                    appropriate file and writes a list of all procedures
  44.                    and functions found in that file to a file called:
  45.                    MyProg.P&F.
  46.  
  47.                    If the words procedure or function are preceded by
  48.                    the word overlay they are not processed in this
  49.                    version.
  50.  
  51. Money Pitch .... : If you find this program useful and would like to part
  52.                    with some of it send to :
  53.  
  54.                    William L. Mabee, CRNA
  55.                    878 6th Street
  56.                    Windom, MN 56101
  57.  
  58.                    If you send enough ($25.00) I'll send any revisions
  59.                    to you. I'll also include a list of other TP 4.0
  60.                    source files I've written that you can get from me
  61.                    for (you guessed it) more money.