UPC BARCODE

Share your advanced PureBasic knowledge/code with the community.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

ABBKlaus wrote:i get my information of these codes from here if this is of any help to you http://www.barcodeisland.com/ean13.phtml
Yes i got the info from the same source.
But as you can see there is not very clear an answer for my above question. :?
My code above is done supposing that if there are 3 digits for the Number System (country) then the first one is ignored for the barcode calculation.

I'll see how have you done it in your excellent PDF and Print libs...

Thank you a lot for it.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

ok i will try to explain on an example i have here :

978: International Standard Book Numbering (ISBN)

Digits 1-3:Number system
Digits 4-12:part of the isbn system
Digit 13:Checkdigit

DATA BECKERS Computerbuch Klassiker DR DOS 5.0

EAN13 code :
9783890115283
this means when you have a number system that consists of three digits you have only 4 digits for the manufacturer code.
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

ABBKlaus wrote:...this means when you have a number system that consists of three digits you have only 4 digits for the manufacturer code.
Oppps, that info is not shown in the http://www.barcodeisland.com, at least i've not saw it.
I must modify my tip then. :o
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

THis is cool, atleast, when you buy a Skannerz (or something like that. It's a toy with that you scan barcodes and with some luck you can have a "monster" in it.)

You don't need anymore to go shopping and secretly scan some codes with your Skannerz, now you have just to create a random barcode and print it out and scan them..

@_MYSELF_: Why do I speak of old toys and why am I so kid-sh?

EDIT: Has anyone noticed that this thread is 3 years old?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

josku_x wrote:EDIT: Has anyone noticed that this thread is 3 years old?
Never mind. Barcodes existence is even older. :wink:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

josku_x wrote:EDIT: Has anyone noticed that this thread is 3 years old?
Dammit i'm 3 years older... :lol:
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

Perhaps you should update your avatar then :D
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

josku_x wrote:Perhaps you should update your avatar then :D
He already did it.
Each year he is more obscure and more far in his photo, like galaxies; the farer, the older. :D
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
mueckerich
User
User
Posts: 22
Joined: Thu Dec 16, 2004 10:36 am
Location: Germany/Allgaeu

Post by mueckerich »

Does anybody know where i can get informations about "Data Matix Codes" and how they are store the information?
Believe means you don't know
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

Hi i found this on the tec-page http://www.tec-it.com/asp/demo/playgrou ... nline&LN=2
maybe someone has already experiemented with this OCX :?:
Post Reply