$isodd
Tests if a number is odd. Syntax $isodd(expression) Parameters expression a number, or an expression that evaluates to a number Return Value If expression evaluates to an odd number, the function returns “1” ($True); if expression evaluates to an even number, the function returns”0″ ($False) If expression does not evaluate to a number, the software…
Leia mais