Re: Quark Page Numbering?
Re: Quark Page Numbering?
- Subject: Re: Quark Page Numbering?
- From: Steven Angier <email@hidden>
- Date: Thu, 18 Jul 2002 09:41:30 +1000
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.