many thanks for the piece on Visual Studio
Yes thanks Ataros, that's very useful
I have succeeded in one test module to determine the sector I am in and report it to myself
Nice one, and any code you're working on would be valuable for inspection klem, this sounds the way to go, to get feedback from small test sections, what plane we're in, small steps
I wonder if the 'get' command/method can be used to get at variables and display info
http://msdn.microsoft.com/en-us/libr...(v=vs.80).aspx
C# is a bit flash. For example get is an 'accessor' apparently. Who writes this stuff
Quote:
When you reference the property, except as the target of an assignment, the get accessor is invoked to read the value of the property
|
That's what we're after for testing, ways to get and set properties. Or variables as we used to call them <runs away>
Ming