C
cmdolcet69
I have the fololwing code, it is simple yet the flag will never be hit
for some odd reason
Dim STRdata as string
Dim setRedFlag as boolean
If STRdata = "" then
setRedFlag = true
end if
When i debug the line I get a string value for STRdata = "1.00"
however if STRdata = ""
and i add watch on STRdata= it will give me a value of true
Why is the debugger getting mixed up?
for some odd reason
Dim STRdata as string
Dim setRedFlag as boolean
If STRdata = "" then
setRedFlag = true
end if
When i debug the line I get a string value for STRdata = "1.00"
however if STRdata = ""
and i add watch on STRdata= it will give me a value of true
Why is the debugger getting mixed up?