I have an array (string) like this:
1
2
3
4
5
6
7
8
9
And I want to convert it to array (double). How can I do this?
PS Array1(i)=Array 2(i) doesn't seem to work!
User Profile
Collapse
-
Trying to input data (double) from text file to array
Hi All, I'm trying to read data from a text file into an array. The text file (a test) looks like this:
1
2
3
4
5
6
7
8
9
And the code I've got so far looks like this:
Dim readerVar As StreamReader
Dim dr As DialogResult
Dim i As Integer
Dim WorkString As String = "a"
dr = dlgOpen.ShowDia log()
If...
No activity results to display
Show More