sample:

Code:

Break On

$string = "23"
$result = "even","odd"

"Number is " + $result[val($string) mod 2] ?

get $


exit 1


play a bit with the $string value and you will see
_________________________