> Hi There Piccers! > > I am only a beginner programmer with VB 6 > I was wondering if someone can help me with text data file > access in VB 6. > > I have a text file with a couple of lines of data. Each > peace of data is > deliminated by a tab. > Each line ends with a carriage return and line feed. > I can import the data into excel without problems but i > would like to be > able to do the > same in VB 6. > > Can someone please help? > > Thanks > > Zack Search the help files and Google for: input # and line input # One lets you read in individual bits and pieces from a line with certain delimiting characters, the other reads in a line at a time. Rob -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist