I not sure if I understand your qustion. But if you want know if a
number is even or odd try this. "If A mod 2 = 0 then" ... number is
even, "If A mod 2 <> 0 then" ... number is odd. "A" is yours number.

Joach


On Feb 8, 10:15 pm, stigvg <[email protected]> wrote:
> Hi There,
> I am trying to sort between even and odd number inside a vb.net
> component.AS " If number is even then,,,,,,,"
> Is there an operator as 'equal to' and 'greater than' which can do
> that for me.?

Reply via email to