to read an online text file into an array of strings:
vb.net Code:
Dim wc As New Net.WebClient Dim lines() As String = wc.DownloadString("url of text file").Split(New String() {Environment.NewLine}, StringSplitOptions.RemoveEmptyEntries)
|
Results 1 to 2 of 2
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |