11-05-2004 10:46 AM
11-05-2004 12:35 PM
11-05-2004 02:19 PM
08-11-2009 04:58 AM - edited 08-11-2009 05:00 AM
Do attention with the "aggregates" function.
Comparing two arrays, for example 3,2,1,0 and 3,2,1 gives "different"
When comparing if all values in an array are zero, the dimension must also be right !
So before comparing the values, I compare the length, causing an error if unequeal.
In my case, compare if everything is zero, I use the "Array max&min" function. (Max<>0 and Min <>0)
.
11-29-2022 07:56 AM
It amazes me that wisdom can be passed down through this forum and still be useful 18 years later, it's a privilege to have access to this fountain of knowledge.
Thank you for your help oh-wise-man