Hi
I have a file which contains Linefeeds(Lf) as end of line terminators. But I really want to use the vb function Line Input to read upto the end of each line, which I know only reads upto Cr or CrLf. Is there anyway to 'fool' the function into thinking that Lf is Cr?
I know there are other ways of dealing with these characters, but finding the solution for this would be really useful.
Thanks


Reply With Quote