|
-
Apr 13th, 2002, 01:49 AM
#1
How do I read an array from a text file?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|