Line Input (from a Unix Text file) 
Author Message
 Line Input (from a Unix Text file)

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!

Steve



Sun, 18 Nov 2001 03:00:00 GMT  
 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!



Sun, 18 Nov 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. LINE INPUT For UNIX FILE

2. Tring to prase Unix file with Line Input

3. Line Input of a File created on a Unix machine

4. Help: INPUT / INPUT # for gopher/UNIX files

5. text file line input

6. ??? Using Split instead of Line Input to read huge text files

7. HUGE text files and Line Input #

8. How to set the curso on the first single line input text box of my page

9. Reading Line by Line through Text File

10. Reading text file line by line

11. Searching a text file for input to a database file

12. Need help editing an Input file (text) and writing the to a new, altered Output file

 

 
Powered by phpBB® Forum Software