home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / readtx.zip / READTXT.DOC < prev    next >
Text File  |  1993-05-12  |  1KB  |  34 lines

  1. Doc file for READTXT.PRG
  2.  
  3. FUNCTION READTEXT()
  4.  
  5. READTEXT() Is hereby donated to the Public Domain. No warranties are
  6.            expressed or implied. Use readtext.prg at your own risk.
  7.  
  8.            Readtext is comprised of 100% Clipper code. No C or ASM
  9.            was needed to make it work good and fast.
  10.  
  11.  
  12.  
  13. Here is what readtext does:
  14.  
  15. -  Displays a text file of ANY size. Does not use clippers memoedit()
  16.    function.
  17. -  Displays a screen simular to Borlands Readme.com and List.com.
  18. -  Allows searching through the file.
  19. -  Provides a nice method of viewing REPORTS and such.
  20. -  Be CAREFUL!! Readtext is essentially a dbf file that has appended
  21.    records via SDF. On a large text file it will work, but could take
  22.    some time to load and use a lot of diskspace.
  23.  
  24. Heres how to use it:
  25.  
  26.    Usage:  READTEXT("filename.ext")
  27.  
  28. Please direct any comments and/or questions to my Compuserv mail box.
  29. my Compuserv id is : 73700,1751.
  30.  
  31. For a more extensive library of functions, inquire about TL.LIB.
  32.  
  33. Ted Long
  34.