home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / basic / blib / MakeLib / !!ReadMe next >
Encoding:
Text File  |  1993-01-25  |  767 b   |  23 lines

  1.  
  2.  
  3. MakeLib
  4. -------
  5.  
  6. MakeLib takes a Basic library and tried it's best to produce a BlibII
  7. compatable Basic library. This takes much of the work out of producing
  8. your own library files from existing library files.
  9.  
  10. To run it, move the source library file into the directory containing
  11. this file. Then double click on the !MakeLib icon. This will run the MakeLib
  12. program which asks for source and destination file names, enter these.
  13.  
  14. Makelib will work fine except for the following :
  15.  
  16.   - It does not add help information, but then how could it :-)
  17.  
  18.   - It works with all cases except nested procedures, and where
  19.     code is placed between procedures. ie. it assumes that the start
  20.     of one procedure/function marks the end of the previous procedure/
  21.     function.
  22.  
  23.