J
Jeremy
I have a weird one here. Yesterday Visual Studio 2003 started storing
integers as Hex values. For example if I Watch the variable below
(DocId), it shows up as &HB. If I do any comparisons, they don't work,
presumably because it's comparing Hex values. If I store it as a string
it's correct as "11" (as it obviously should be). I re-installed VS
last night, but had no luck.
Dim DocId As Integer = 11
Has anyone seen or heard of this before?
Thanks in advance,
Jeremy
integers as Hex values. For example if I Watch the variable below
(DocId), it shows up as &HB. If I do any comparisons, they don't work,
presumably because it's comparing Hex values. If I store it as a string
it's correct as "11" (as it obviously should be). I re-installed VS
last night, but had no luck.
Dim DocId As Integer = 11
Has anyone seen or heard of this before?
Thanks in advance,
Jeremy