Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatWt


Ignore:
Timestamp:
12/15/21 10:28:48 (3 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatWt

    v4 v5  
    2424This 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".
    2525
    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).
     26For 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, ...).
    2727
    2828If the interval is multiple digits such as 10 the decimal place parameter must be zero.