How do I use a StreamReader to read the data (from a text file), parse it, and place it in a two dimensional array??
The data:
0,710,887,1130,525
710,0,1510,1610,515
887,1510,0,454,1070
1130,1610,454,0,1110
525,515,1070,1110,0
Note: the first row of data contains the distances from location1 to all five locations, the second row of data contains the distances from location2 to all five locations, and so on.


Reply With Quote



< Please rate my post if this helped you out. Any kind of thanks is gladly appreciated > 

