VS2008 code will read your text into a list.
Code:Dim lines As List(Of String) = _ (From line In IO.File.ReadAllLines("YourFileName.txt")).ToList
|
Results 1 to 10 of 10
Thread: textfile to variableThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |