Armin Zingler said:
No, as he wrote "none of them can be null". Therefore it's a contradiction
and the reason for my (still open) question.
What OP actually meant with that comment was "none of them can be processed
if it is null". If it is interpreted that way the question makes sense - OP
needs to test for null. If it is interpreted your way the question makes no
sense at all, as you commented. My interpretation seems more obvious to me,
but, importantly, it makes the question meaningful.
It was obvious to everyone that "ByVal one as int" was meant to be "ByVal
one as Integer" and it was not copied from the code editor. I don't
understand why you don't accept this.
Again, you are ignoring the rest of the question. If OP meant that the
items were declared as Integer, why is he enquiring about testing for null?
The question makes no sense. If OP actually means that he is going to use
the values as integers, but they could be null (and therefore are actually
declared as some other type) then the question makes sense and deserves to
be answered, not dismissed as irrelevant.
What has happened here is that a somewhat confusing question has been
interpreted by two of the first three responders in a literal sense that was
clearly inappropriate, and then dismissed as a meaningless question. It's
an attitude that I see too frequently in the group. What is so difficult
about simply stating "You do realise, of course, that an integer cannot be
Null" and then answering the question that was asked?