This might do it...
I just did a quick test... if you take the value you want to check to see if it is an int and divide it by 0 using a variable operations of: $Value$/0 you might get what you need.
You can check the result and if it equals:
1.#INF
Then it is an int, otherwise it isn't.
See attached task for an example... hope it helps!
Tyler
|