On Sun, 17 Dec 2006 10:10:33 -0800 (PST) Jack Go <[EMAIL PROTECTED]> wrote:
> HI all, > > I am new here, need some advice. I need to know how to read a > record line by line. what do you mean by read a record? do you mean a text file, line by line? if so you could use fgets. you should implement your own testing to see if the \n is within the data read, if not then you will need to have a datastore. -- Regards, Ed :: http://www.bsdwarez.net just another unix person DISCLAIMER: Mr. T pitying you does NOT make you a better person. (But it sure feels good getting the attention.)
