Posted: Sun Nov 30, 2008 12:02 pm
Glad I could help. Got a lot of help from code in the forums and it's good my re-massaging of other code works:):)
http://www.purebasic.com
https://www.purebasic.fr/english/
Do you know that the ISBN number has changed from 10 to 13 digits (EAN)?Fangbeast wrote:ISBNnumber.s = "0552151769"
That has nothing to do with how IFSDB works. If a book has the ISBN "0552151769" printed on the jacket, then that is how it is stored. Nobody arbitrarily changes their entire database to suit the EAN numbering scheme.graves wrote:Do you know that the ISBN number has changed from 10 to 13 digits (EAN)?Fangbeast wrote:ISBNnumber.s = "0552151769"
Now this ISBN is : "9780552151764"
see at http://www.isbn.org/converterpub.asp
It does not matter. You can search with the ISBN-10 or ISBN-13 either. The IsfDb recongize the "correct" number.graves wrote:Do you know that the ISBN number has changed from 10 to 13 digits (EAN)?Fangbeast wrote:ISBNnumber.s = "0552151769"
Now this ISBN is : "9780552151764"
see at http://www.isbn.org/converterpub.asp
From Jan,1,2007 the old ISBN-10 isn't valid and ALL publishers have changed their DataBases to new ISBN-13. It's a International Directive from ISBN Agency http://www.isbn.org/standards/home/index.asp.Fangbeast wrote: Nobody arbitrarily changes their entire database to suit the EAN numbering scheme.
Only new prints will (maybe?) be printed that way I imagine. Existing books will stay as they are.