1
Answer

Columns into array

trond 0

trond 0

19y
2.4k
1
I have a webservice that is returning a dataset. In dataset there is a table with 4 columns. (LDate, LTime, LDepth and ServiceNumber) I then try to read only 2 of the columns into array (double[][] valuesArray;) but i cant get it to work. It is LDepth and ServiceNumber. Both columns has numbers with decimals. As a newbee i am struggling with arrays :-)
Answers (1)
Next Recommended Forum