|
-
Jun 12th, 2002, 06:01 AM
#1
Thread Starter
New Member
.csv file into an array
Help...
I have a large .CSV file containing numbers only.
I can import it into a VB text box to get a string of numbers like:
2,45,623,55,3,6,,,,etc.
However I need to break the data up and put it into an array so it looks like:
2,45,623
55,3,6
,,,,,etc
Any Ideas?
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
|