I am working with some old code and it defines a global variable like this…
Public myvar
This variable is never assigned a value, but is later used in a test…
If myvar <> somevalue then
'do something
End If
For what values of somevalue would that something be done?
Empty.Empty,0or""…From the VB6 documentation