Answered
ArraySum() problem
I have found that given an array with certain values, its sum
does not always test true when compared to the a literal of the
same value (i.e. The sum of array X is 100, but ArraySum(x) eq 100
results in false.)
When run, the example below results in:
The sum of the array is: 100
The sum of the array does not equal 100.
I'm using CF 7.01 on Win XP with Sun JVM 1.4.2_05
Any help would be appreciated!
Thanks.
When run, the example below results in:
The sum of the array is: 100
The sum of the array does not equal 100.
I'm using CF 7.01 on Win XP with Sun JVM 1.4.2_05
Any help would be appreciated!
Thanks.