Skip to main content
Question

Checking for float values

  • August 14, 2013
  • 2 replies
  • 83 views

Forum|alt.badge.img+1
Hi,

 

 

I am processing some data in which on of the field value have to be checked for float,.

 

 

I've tried using tester with arithmatic editor function @double(<FLOAT>) but as soon as something other than integer enters it crashes.

 

 

Another approach I've tried is using ExpressionEvaluator with same math function for integer values it works fine and in other than integer values this does not crashes but gives function parameter as it is in _result which is not helping.

 

 

Can anybody please help me in finding some other way out in this situation.

 

 

Thanks in advance.

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • August 14, 2013
Hi

 

The attribute classifier seems like the obvious option despite it not having float as a test.

 

Hope this helps

Forum|alt.badge.img+1
  • Author
  • August 14, 2013
Thanx Itay, it worked.