Hello All,
I was just responding to PB's support people, when I figured out what the problem is.
When you highlight a variable like @gDummyPtr.Value1, right click the mouse and select "Watch @DummpPtr.Value1", the prefix @ is not copied to the “Watch Window” and consequently the correct value is not “watched”. Adding the @ enables a correct reading.
I probably didn’t notice this at first because I ran into the problem very late last night.
Once again, thank you for your help, even though the main problem was between my ears.
Pat
I was just responding to PB's support people, when I figured out what the problem is.
When you highlight a variable like @gDummyPtr.Value1, right click the mouse and select "Watch @DummpPtr.Value1", the prefix @ is not copied to the “Watch Window” and consequently the correct value is not “watched”. Adding the @ enables a correct reading.
I probably didn’t notice this at first because I ran into the problem very late last night.
Once again, thank you for your help, even though the main problem was between my ears.
Pat
Comment