A
active
I use quickwatch on
(astrThisOne <> "")
and it reports: False
as it should because
astrThisOne reports: ""
Yet
If (astrThisOne <> "") Then
executes the Then clause
I'm going to try checking the length instead but would like to know what's
happening because I've got many such checks
I've got the code at Break in front of me and know what I've said above is
true because I can easily check it.
Thanks
Cal
I've got the code at Break in front of me and know what I've said above is
true because I can easily check it.
Break highlighted" DoThisItemQ = True and the quickwatchs as described
above.
If (astrThisOne <> "") Then
If (sstrLastOne <> astrThisOne) Then DoThisItemQ = True
End If
(astrThisOne <> "")
and it reports: False
as it should because
astrThisOne reports: ""
Yet
If (astrThisOne <> "") Then
executes the Then clause
I'm going to try checking the length instead but would like to know what's
happening because I've got many such checks
I've got the code at Break in front of me and know what I've said above is
true because I can easily check it.
Thanks
Cal
I've got the code at Break in front of me and know what I've said above is
true because I can easily check it.
Break highlighted" DoThisItemQ = True and the quickwatchs as described
above.
If (astrThisOne <> "") Then
If (sstrLastOne <> astrThisOne) Then DoThisItemQ = True
End If