Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatWt
- Timestamp:
- 12/15/21 10:28:48 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatWt
v4 v5 24 24 This will format the provided weight value into appropriate divisions and add zeros for zero weight if necessary based on the interval. For example, if an interval of 20 lb is specified and the weight is zero the output will be " 00". 25 25 26 For USA applications the interval should be a multiple of 1, 2, or 5. For example the interval may be 1, 2, 5, 10, 20, or 50. (Other jurisdictions may not have this as a legal requirement, but other interval values may result in unusual weight incrementing behavior).26 For most applications the interval should be a value based on 1, 2, or 5. For example the interval may be 1, 2, 5, 10, 20, or 50. (Some jurisdictions may not have this as a legal requirement, but other interval values will result in unusual weight incrementing behavior such as 3, 6, 9, 12, 15, 18, ...). 27 27 28 28 If the interval is multiple digits such as 10 the decimal place parameter must be zero.