dbCalc Average Problem
A dbCalc calculating an average has this problem: when the average is
an irrational number, it misprints. For example, the average of 2, 4, 6
prints correctly as:
4.0
but the average of 1, 1, 0 prints as:
66666667
The field is right-justified. The display format is #,##0.0.
an irrational number, it misprints. For example, the average of 2, 4, 6
prints correctly as:
4.0
but the average of 1, 1, 0 prints as:
66666667
The field is right-justified. The display format is #,##0.0.
This discussion has been closed.
Comments