Allows you to check if the given number is odd.
Example
Running this code will identify if the number written is an odd number.
This example shows that "7" is odd, as the alert box shows that it's true.
alert($plugin function("Data and Files Automation.dll", "$is odd", 7))
This example shows that "8" is not odd, as the alert box shows that it's false.
alert($plugin function("Data and Files Automation.dll", "$is odd", 8))