Hi guys, quick sanity check please.
When TESTING for nothing, it's "if <exprIs Nothing"
when ASSIGNING, it's "<expr= Nothing"
correct ?
so a line "If ThisValue = nothing" in some (inherited) code is a bug, plain
& simple ?
Thanks
When TESTING for nothing, it's "if <exprIs Nothing"
when ASSIGNING, it's "<expr= Nothing"
correct ?
so a line "If ThisValue = nothing" in some (inherited) code is a bug, plain
& simple ?
Thanks
Comment