Precision
Syntax
Precision number
Parameters
- number: An integer specifying the number of decimal places to display in the final sum.
Description
Used with the Sum command to work with fields containing non-integer (floating-point) numbers.
Remarks
Time fields cannot be used in a Sum block when Precision is specified.
Examples
To sum decimal values and display the result with two decimal places:
Precision 2
Field DIST1
Sum
Field DIST2
Sum
Field TOTAL