******************************************************************************
*                                                                            *
*                                 TPMATH3.ZIP                                *
*                                                                            *
*                    MATHEMATICAL LIBRARY IN TURBO PASCAL                    *
*                     PART 3 : DOS INTERFACING ROUTINES                      *
*                         Last updated : April 1997                          *
*                                                                            *
******************************************************************************



                            AUTHOR : Dr Jean DEBORD

               Laboratoire de Pharmacologie, Faculte de Medecine
               2 Rue du Docteur Marcland, 87025 Limoges (France)
                            CompuServe : 100412,1707
                       Internet : JDebord@compuserve.com
               http://ourworld.compuserve.com/homepages/JDebord


******************************************************************************
  This library is distributed as freeware. You may use it any way you like,
  as long as you don't charge money for it, remove the copyright notices, 
  or hold anyone liable for its results.
******************************************************************************



CONTENTS
========

Unit
----

  INTERFAC.PAS : DOS interfacing routines

Include files
-------------

  ENGLISH.INC  : String constants (English version)
  FRENCH.INC   : String constants (French version)

Demo programs
-------------

  MASK1.PAS    : Entry mask (simple variables)
  MASK2.PAS    : Entry mask (vectors)
  PICK1.PAS    : Pick list (single choice)
  PICK2.PAS    : Pick list (multiple choice)
  VF.PAS       : ASCII file viewer

Documentation file
------------------

  TPMATH3.TXT  : This file

The use of the programs is explained in the comment part of each file.


SYSTEM REQUIREMENTS
===================

PC or compatible
Math coprocessor recommended
Turbo Pascal v. 5.0 or higher 
TPMATH1 installed


INSTALLATION
============

- Copy INTERFAC.PAS to the directory where you have installed TPMATH1
  
- Add the name of this directory to both the "Unit" and "Include" 
  default directory lists of the compiler (Menu Options/Directories)
 
- Copy the demo programs to any directory

