home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / clarion / library / viewfi / readme next >
Encoding:
Text File  |  1991-07-19  |  1.1 KB  |  30 lines

  1.  
  2.                             VIEWFIL2.CLA
  3.                             ------------
  4.  
  5. VIEWFIL2.CLA is the Clarion source code for a reasonably fast, memory-efficient
  6. file viewer.  It was loosely derived from Steve Griener's VIEWFILE.CLA upload
  7. on CompuServe.
  8.  
  9. VIEWFIL2 implements "reading in the background".  This means that you can
  10. start to view/scroll a file immediately  upon invoking the procedure.  You
  11. don't have to wait until the entire file is read in.
  12.  
  13. VEWFIL2 uses a dynamically allocated array to store the file line pointers.
  14. Typical RAM overhead when reading a file is only 4K per 1000 lines read.
  15. This means you can read very large files without running into Clarion memory
  16. limitations.
  17.  
  18. Since it's all in Clarion, you can OVERLAY the code, unlike Eckenrod's
  19. REPORT3 LEM, which steals 15K+ of RAM.
  20.  
  21. Any comments/question/suggestions are welcomed... if there is enough interest
  22. I'll add new features... (914)-762-2374 or CIS [70441,204].
  23.  
  24.  
  25.                                 Enjoy,
  26.  
  27.                                 Robert Pupazzoni
  28.                                 Bobcat Systems
  29.  
  30.