Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatWt


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

--

Legend:

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

    v9 v10  
    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 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, ...).
     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, 50 or 100. (Some jurisdictions may not have this as a legal requirement, but other interval values may result harder to understand 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.