home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pascal / tspa3260.zip / TSERR.INT < prev    next >
Text File  |  1991-01-05  |  338b  |  12 lines

  1. (*
  2. Timo Salmi ERRor unit interpreting the runtime error.
  3. All rights reserved 5-Jan-91.
  4.  
  5. The use of this unit is very easy.  Just include it in your uses statment.
  6. Then if your program terminates in a runtime error, TSERR.TPU takes over and
  7. reports on the error before terminating. See TSERR.TST for examples.
  8. *)
  9.  
  10. unit TSERR;
  11.  
  12.