Re: Quark Page Numbering?
Re: Quark Page Numbering?
- Subject: Re: Quark Page Numbering?
- From: Michael Turner <email@hidden>
- Date: Thu, 18 Jul 2002 12:51:31 -0400
Milos, Steve,
These two lines are commonly _not_ the same thing:
set pageNumber to page number of current page
set currentPage to name of current page as integer
-- sometimes "as integer" will fail, too.
/Michael Turner
On 18/7/02 9:07 AM, "Milos Urosevic" <email@hidden> wrote:
How to set contents of text box to display current page number, even
with
section start?
set pn to page number
set contents of "boxPN" to pn
You need to query the name of the page, i.e.:
tell application "QuarkXPress 4.11"
tell document 1
return name of page 1
end tell
end tell
Steven Angier
Macscript.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.