bookContents.add 'at' argument
Hi There,
I am using the bookContents.add function and I am trying to use the 'at' argument. I set this to the value 0 which I would expect to be the start of a book considering -1 the default value would add it to the end of the book however it adds the document after the first document in the book. WHY?
newBook.bookContents.add(File(outputLocation + saveName + ".indd"), 0);
Thanks!
Matt