$is even

Allows you to check if the given number is even.


Example

Running this code will check if "3" is an even number. As shown in the alert box, the returned value is "False".

alert($plugin function("Data and Files Automation.dll", "$is even", 3))

Running this code will check if "2" is an even number. As shown in the alert box, the returned value is "True".

alert($plugin function("Data and Files Automation.dll", "$is even", 2))

Was this helpful?

Previous Article

$is equals

Next Article

$is file