Hello All (at 2.30 in the morning)
You see what being polite does for you? Visual C#, recognising my recent compliment, has at last given me the right form for the code line I was looking for --- which is :
testcell = (int)this.sF3DataSet.Tables["SF3"].Rows[200]["Close"];
--- and has now compiled without error !
So there you go, eh?
Now all I have to do is index the record, or sixteen of them actually, instead of just setting '200' as a constant (remembering that the index starts at 0 and not 1, yeah?) and then transfer their fields into a local array of structures (don't let me even get started on that as a mental-driving topic) instead of into a single integer, and Bob's your uncle, eh?
Right. Right. Okay. Bit of a sleep first, though, I think . . .
Cheers and regards to all,
;) Martin Woodhouse
|