home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 275 / pascal / read.me < prev    next >
Encoding:
Text File  |  1988-07-15  |  841 b   |  26 lines

  1. FASTREAD.CON
  2. FASTREAD.DOC
  3. FASTREAD.INC
  4. FASTREAD.INF
  5. FASTREAD.PAS
  6. FASTREAD.TYP
  7.  
  8.     Keywords: PASCAL IO SOURCE FASTREAD EWEDAA
  9.     
  10.     Version 3 of Eric Wedaa's Fastread routines.  These routines dramatically
  11.     (10 times +) cut the amount of time needed to read and write standard text
  12.     lines in OSS pascal.  (1.XX for sure, and probably 2.XX as well)  Allows
  13.     fast seek and a new routine, a fast BACKWARDS readln, for reading lines
  14.     that you have already read in, but need to see again.  Used in Eric's
  15.     Pascal Utilities. Also fixes minor bug in Seek routine and writing to a
  16.     full disk error.
  17.  
  18.  
  19. GETPIXEL.DOC
  20. GETPIXEL.PAS
  21. TEST.PAS
  22. TEST.PRG
  23.  
  24.     This is a routine for Personal Pascal to read the Pixel Value of a given 
  25.     pixel.  This also comes with a test program as well to see how it is done.
  26.