I have inherited an application (vb.net) that produces a shipping label and packing list. Part of the shipping label is a EAN UCC 128 barcode for the shipping zip code. I don't fully understand the code that generates this barcode, but it works for US zip codes (5 digit numeric ex 27215)
Now this application has to work for Canadian zip codes as well (5 digits alphanumeric ex V6E2Y)
The existing code crashes because it doesn't pair up numbers to encode.
Does anyone have some insight and possibly a routine to encode these Canadian EAN UCC 128 barcodes correctly?
Thanks in advance!
Dave
Now this application has to work for Canadian zip codes as well (5 digits alphanumeric ex V6E2Y)
The existing code crashes because it doesn't pair up numbers to encode.
Does anyone have some insight and possibly a routine to encode these Canadian EAN UCC 128 barcodes correctly?
Thanks in advance!
Dave