View Single Post
  #2 (permalink)  
Old 01-13-2010, 09:28 AM
TylerMitton TylerMitton is online now
Senior Member
 
Join Date: Nov 2009
Posts: 102
Default 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
Attached Files
File Type: atmn numeric check.atmn (667 Bytes, 5 views)
Reply With Quote