Dec 232017
 
Fast ASCII text routines and file reader with TP 5.5+ source. This version uses OOP programming.
File RLINE-OP.ZIP from The Programmer’s Corner in
Category Pascal Source Code
Fast ASCII text routines and file reader with TP 5.5+ source. This version uses OOP programming.
File Name File Size Zip Size Zip Type
MOVEOPS.PAS 8342 2471 deflated
OVIEW.PAS 6467 1926 deflated
READERS.PAS 3980 1385 deflated
README 1262 631 deflated
RLINE.ASM 13712 4595 deflated
RLINE.OBJ 883 755 deflated
RLINE.PAS 13676 4475 deflated
RLTEST.PAS 5990 1970 deflated
SEEME.PAS 653 375 deflated

Download File RLINE-OP.ZIP Here

Contents of the README file


README FILE for RLINE.COM archive.

Copyright notice:

RLINE.COM and all the routines contained in the files in the
RLINE.COM archive copyrighted by Don Strenczewilk. The routines
may be freely used in your own programs and/or distributed, but
RLINE.COM or any of the routines are not to be sold.



FILES:

UNITS:
RLINE.ASM
TASM source for the RFobject methods.

RLINE.PAS
RFobject - low level fast buffered text file reading/seeking object.
RFextended - adds FileSize, Error string, and Reset.
FileOfLines - adds indexing and SeekLine.

MOVEOPS.PAS Objects for displaying strings and moving around the screen.
Rectangle - describes a rectangular area of the screen.
ScreenR - adds ability to move about in the rectanle.
Scroller - adds searching and autoscrolling.

READERS.PAS
Reader - Combines Scroller and FileOfLines Object to allow
viewing/scrolling through ascii files.


EXAMPLE PROGRAMS:
RLTEST.PAS - timing comparison between ReadLn/FReadLn, and other tests.
SEEME.PAS - view/scroll/search through ascii file passed on command line.
OVIEW.PAS - dual-window Object viewing program, views TP5.5 OOP source
code. Filename is entered on command line.



 December 23, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)