Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - <b>clipper file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CLIPPER FILE

 The Clipper File functions are extensions of Clipper's low-level
 file functions.  These ClipOn functions expect the specified DOS
 file to already be opened.  The Clipper functions FOPEN(),
 FCREATE(), and FCLOSE() can be used to open and close the DOS file.
 The ClipOn functions provide the ability to read one line of text
 (until the new-line character) or read one byte from a file.  Also,
 provided are functions to write one line of text, get the current
 position in a file, change the position in a file, as well as
 quickly search for characters in a file without having to read the
 file into memory.

 C_FILEREAD()        C_FILEEOF()
 C_FILEBYTE()        C_FILETOP()
 C_FILEWRITE()       C_FILEEND()
 C_FILEPOS()         C_FADV()
 C_FILESTR()         C_FREV()



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson