I have populated an 'array1[x][y]' with type int.
I have opened a FileStream and written the array
to "output.txt".
The values in "output.txt" are seperated by spaces.
I now want to read in the values in order to populate
array2[x][y].
I am having difficulty in doing so, can the fn()'s defined like ReadLine(), Read() or ReadBlock() be used as desired.
I have opened a FileStream and written the array
to "output.txt".
The values in "output.txt" are seperated by spaces.
I now want to read in the values in order to populate
array2[x][y].
I am having difficulty in doing so, can the fn()'s defined like ReadLine(), Read() or ReadBlock() be used as desired.