Link to home
Start Free TrialLog in
Avatar of aothomas42
aothomas42Flag for United States of America

asked on

Read tab-delimited text file into datagridview

The attached file is a copy of a file that I need to read into a datagridview.

What I need to do is skip the first 17 lines and then check if the UBOUND is > 2 and begin reading the file
and when the UBOUND < 2 to stop.

Thank you in advance.
example.txt
Avatar of raja_ind82
raja_ind82
Flag of India image

Avatar of aothomas42

ASKER

Ok i got that. How do I skip lines though. And can I do a myarray.length to get the number of values in the array
ASKER CERTIFIED SOLUTION
Avatar of raja_ind82
raja_ind82
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial