I am using Visual Basic Express 2008. I have a text file with lines of data. I would like to import these lines of text into an array. The list includes numbers like:
445
223
776
491Any help would be great.
you must read about using arrays in vb document. to do your work, you need the dynamic array.
(or you can tray using your vb-common control library)
I like how the OP explicitly says he's using VB.NET, and everyone gives him VB6 answers. R8ter63: What you need is System.Collections.Generic.List(T).
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |