Link to home
Start Free TrialLog in
Avatar of paragonfoods
paragonfoods

asked on

Code 128 barcode check digit default

I am programming an automatic check digit calculator for a barcode app, and I'm unsure which value to use for the check digit if the modulo 103 function returns a zero.  Any help is appreciated.  For instance, the value "0B09C2" calculates to a value of 618.  Mod 103 of 618 is 0.  Which ascii character should I display?
ASKER CERTIFIED SOLUTION
Avatar of tncode
tncode
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial