Quote Originally Posted by GCW esq View Post
So what's the value of making it explicit?
More obvious to others (and to me in a year's time) what's going on?
Less chance of making an error?
both. would you really use
If 2 Then
when coding?
It seems pretty clear in an IF statement what's happening, n'est-ce pas?
it seems not since you asked this question. ;-)
what benefit do you see in the former syntax given the confusion it has caused you? InStr does not return a boolean, it returns a long (well, variant) so why not use it that way?