
Line Input (from a Unix Text file)
At least in VB5 and above, no special configuration is required. Line
Input # should read a single LF-delimited line from a Unix file without
complaint.
--
Jim Mack
MicroDexterity, Inc
http://www.microdexterity.com
Quote:
>Is there a way to configure this to look for a LF instead of CR as
>a line delimiter?
>I tried opening as a binary file, read one byte at a time, and do my
>own check, but this is painfully slow!