Hi,
I am new to VB and it took me a whole half hour to figure out that you don't append every line with a semicolon!!
I have a 71 by 71 integer matrix that is tab delimited stored in a text file. I want to read this into a 71 by 71 integer array. Could some please tell me how to go about it?
I tried using a Variant, and the Split method and casting the result by Int(), but got Type Mismatches over and over again.
Thank you in advance.
Anuj
