04-03-2007 06:55 PM
04-04-2007 04:26 AM - edited 04-04-2007 04:26 AM
I see the same unusual behaviour in LV 8.20.
This may be a bug.
What version are you using?
It seems as if the output os "Or"ed instead of being "And"ed as it should be....... As soon as a single element in in range, the output is true. I don't think this is expected, but maybe someone can enlighten us.
Shane.
Message Edited by shoneill on 04-04-2007 11:28 AM
04-04-2007 10:51 AM
04-04-2007 06:29 PM
This was reported to R&D (CAR #483H78HR) for further investigation. A possible workaround is to compare the elements one by one, and the AND the results. Thanks for the feedback!
05-21-2007 04:08 PM
The actual CAR# is 483HDBHR.
@David L. wrote:
This was reported to R&D (CAR #483H78HR) for further investigation.
02-25-2008 02:08 PM
02-26-2008 01:26 AM
02-26-2008 02:50 PM
02-27-2008 02:04 AM - edited 02-27-2008 02:04 AM
Here's another example which explains the In Range & Coerce behavior -
The reason the comparison succeeds is that this is similar to asking "is GR found between EE and KK?". The answer is "yes" even though R is out of range. The object being compared is treated as a whole, where the order of the elements matters.
11-06-2013 11:14 AM - edited 11-06-2013 11:15 AM
l still don't get the logic of this
I have the impression the Compare Aggregates only returns the first element of the Compare Elements.
--> When swapping 5 and 25 the compare Aggregates becomes false.