08-03-2013 06:43 AM
hi plz answer my question.............
Solved! Go to Solution.
08-03-2013 07:11 AM
08-03-2013 08:09 AM
08-03-2013 09:28 AM
Gerd's is the easiest way to go. To clearify, you can create a range for a case in a Case Structure using "..". So "0..1000" will execute that case for all numbers from 0 to 1000 inclusive. But also note that the case structure doesn't exactly work with floating point numbers. It works with integers. When you wire a floating point to the case selector, it converts it to an integer. That's just something to keep in mind.
08-03-2013 09:37 AM
Is there any way, I can remove the coercion dot in my example (U8 to enum indicator)??
08-03-2013 09:43 AM
@moderator1983 wrote:
Is there any way, I can remove the coercion dot in my example (U8 to enum indicator)??
Check out this idea:Officially Support "Coerce to Type"
08-04-2013 12:36 AM
thank you.