Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>freadln() read a line from an ascii file up to the cr/lf</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FREADLN()   Read a line from an ASCII file up to the CR/LF

 Syntax....: FREADLN( f_hdl )
 Parameters: <expN>: f_hdl = the file handle number returned by the
                             file open function

 Returns...: <expC>: the string read (without the CR_LF)
 Cautions..: this is a low level file function, use caution
 CC Calls..: none
 Alias.....: none

 Example...: f_hdl= FOPEN( "FileName.Ext" )
             string= FREADLN( f_hdl )
 Comment...: use with Clipper's:
               FOPEN(), FCREATE(), FREAD(), FWRITE(), FCLOSE(), FERROR()


See Also: FWRITELN

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