New Quark Pages
New Quark Pages
- Subject: New Quark Pages
- From: "Tim Fink" <email@hidden>
- Date: Mon, 16 Jul 2001 08:58:00 -0500
I have a script where I figured out how to create a new page in a QuarkXPress document,
but it is not copying over the Master Page elements onto the new page it makes:
set page_nums to the count of pages
--return page_nums
if i * 1 then
make new spread at end -- only create a new page if this is not record 1
set page_nums to (page_nums + 1)
show page page_nums
else
show page page_nums
end if
what am I missing?
thanks for replying,
tim
email@hidden