Re: INDESIGN - Reference to all boxes in document
Re: INDESIGN - Reference to all boxes in document
- Subject: Re: INDESIGN - Reference to all boxes in document
- From: Dave Walsh <email@hidden>
- Date: Mon, 05 Dec 2005 16:15:11 -0700
- Priority: normal
Thank You:
Just what I needed
Content-Type: multipart/alternative; boundary=Apple-Mail-1-891789117
--Apple-Mail-1-891789117
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
delsp=yes;
format=flowed
Hi,
please try this :
on revbox(theboxes)
set theboxes to reverse of theboxes
return theboxes
end revbox
tell application "InDesign CS"
set TotalSum to 0
repeat with pageCount from 1 to count of pages
tell page pageCount
set theboxes to (every item of all page items where class of it =
rectangle and label is "EPS")
set theboxes to revbox(theboxes) of me
repeat with boxCount from 1 to count of theboxes
set label of item boxCount of theboxes to "EPS" & "-" &
(boxCount + TotalSum) as string
end repeat
set TotalSum to (TotalSum + (count of theboxes))
end tell
end repeat
end tell
end tell
Am 05.12.2005 um 20:41 schrieb Dave Walsh:
> I am trying to name all the boxes on each page of sequentially.
>
> For instance 2 pages 28 boxes on each.
> Number sequence
> 1 (top left page 1)
> 56 (bottom right page 2).
>
> I guess I am at a loss on how to reference all the boxes in the
> document
> and number them as stated above.
>
> The following script will number 1 to 28 on each page
>
> on revbox(theboxes)
> set theboxes to reverse of theboxes
> return theboxes
> end revbox
> tell application "InDesign CS"
> tell document 1
> repeat with i from 1 to count of pages
> tell page i
> set theboxes to (every item of all page items where class of it =
> rectangle and label is "EPS")
> set theboxes to revbox(theboxes) of me
> repeat with i from 1 to count of theboxes
> set label of item i of theboxes to "EPS" & "-" & i as string
> end repeat
> end tell
> end repeat
> end tell
> end tell
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Applescript-users mailing list (Applescript-
> email@hidden)
> Help/Unsubscribe/Update your Subscription:
> 40macupgrade.de
>
> This email sent to email@hidden
--Apple-Mail-1-891789117
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=ISO-8859-1
<HTML><BODY style=3D"word-wrap: break-word; -khtml-nbsp-mode: space; =
-khtml-line-break: after-white-space; ">Hi,<DIV><BR =
class=3D"khtml-block-placeholder"></DIV><DIV>please try this :<DIV><BR =
class=3D"khtml-block-placeholder"></DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT =
class=3D"Apple-style-span" color=3D"#FF0000" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: =
10px;">on</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">revbox</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">(</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">theboxes</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">)</SPAN></FONT></DIV><DIV style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; "><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><FONT =
class=3D"Apple-style-span" color=3D"#FF0000" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: =
10px;">set</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">theboxes</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">to</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">reverse</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">of</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">theboxes</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">return</SPAN></FONT><FONT class=3D"Apple-style-span" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;"> </SPAN></FONT><FONT class=3D"Apple-style-span"=
color=3D"#408000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">theboxes</SPAN></FONT></DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT =
class=3D"Apple-style-span" color=3D"#FF0000" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: =
10px;">end</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">revbox</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 10px/normal Geneva; =
min-height: 14px; "><BR></DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT =
class=3D"Apple-style-span" color=3D"#FF0000" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: =
10px;">tell</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">application</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> "InDesign =
CS"</SPAN></FONT></DIV><P style=3D"margin: 0.0px 0.0px 0.0px 0.0px; =
min-height: 14.0px"><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;"><BR =
class=3D"khtml-block-placeholder"></SPAN></FONT></P><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">set</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">TotalSum</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">to</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
0</SPAN></FONT></DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">repeat</SPAN></FONT><FONT class=3D"Apple-style-span" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;"> </SPAN></FONT><FONT class=3D"Apple-style-span"=
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">with</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">pageCount</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">from</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> 1 =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">to</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">count</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">of</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">pages</SPAN></FONT></DIV><P style=3D"margin: =
0.0px 0.0px 0.0px 0.0px; min-height: 14.0px"><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"><BR =
class=3D"khtml-block-placeholder"></SPAN></FONT></P><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">tell</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">page</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">pageCount</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">set</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">theboxes</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">to</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
(</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">every</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">item</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">of</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">all page items</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">where</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">class</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">of</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">it</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =3D =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">rectangle</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">and</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">label</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">is</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
"EPS")</SPAN></FONT></DIV><DIV style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; "><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><FONT =
class=3D"Apple-style-span" color=3D"#FF0000" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: =
10px;">set</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">theboxes</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">to</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">revbox</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">(</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">theboxes</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;">) =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">of</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">me</SPAN></FONT></DIV><DIV style=3D"margin-top:=
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><FONT =
class=3D"Apple-style-span" color=3D"#FF0000" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: =
10px;">repeat</SPAN></FONT><FONT class=3D"Apple-style-span" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;"> </SPAN></FONT><FONT class=3D"Apple-style-span"=
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">with</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">boxCount</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">from</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> 1 =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">to</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">count</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">of</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">theboxes</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">set</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">label</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">of</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">item</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">boxCount</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">of</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">theboxes</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">to</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> "EPS" & "-" =
& (</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">boxCount</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> + =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">TotalSum</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;">) =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">as</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">string</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">end</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">repeat</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">set</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">TotalSum</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">to</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
(</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">TotalSum</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> + =
(</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#0000FF" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">count</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">of</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#408000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">theboxes</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">))</SPAN></FONT></DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><SPAN =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </SPAN><FONT =
class=3D"Apple-style-span" color=3D"#FF0000" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: =
10px;">end</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">tell</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">end</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">repeat</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </SPAN><FONT class=3D"Apple-style-span" =
color=3D"#FF0000" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: =
10px;">end</SPAN></FONT><FONT class=3D"Apple-style-span" face=3D"Geneva" =
size=3D"2"><SPAN class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">tell</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">end</SPAN></FONT><FONT =
class=3D"Apple-style-span" face=3D"Geneva" size=3D"2"><SPAN =
class=3D"Apple-style-span" style=3D"font-size: 10px;"> =
</SPAN></FONT><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;">tell</SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;"><BR =
class=3D"khtml-block-placeholder"></SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;"><BR =
class=3D"khtml-block-placeholder"></SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;"><BR =
class=3D"khtml-block-placeholder"></SPAN></FONT></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><FONT class=3D"Apple-style-span" color=3D"#FF0000" =
face=3D"Geneva" size=3D"2"><SPAN class=3D"Apple-style-span" =
style=3D"font-size: 10px;"><BR =
class=3D"khtml-block-placeholder"></SPAN></FONT></DIV><DIV><BR><DIV><DIV>A=
m 05.12.2005 um 20:41 schrieb Dave Walsh:</DIV><BR =
class=3D"Apple-interchange-newline"><BLOCKQUOTE type=3D"cite"><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">I am trying to name all the boxes on each page of =
sequentially.<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">For =
instance 2 pages 28 boxes on each.<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Number =
sequence<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">1 (top left page 1)<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">56 =
(bottom right page 2).<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
min-height: 14px; "><BR></DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">I guess I am =
at a loss on how to reference all the boxes in the<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">document<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">and number them as stated above.<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
min-height: 14px; "><BR></DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">The following =
script will number 1 to 28 on each page<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
min-height: 14px; "><BR></DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">on =
revbox(theboxes)<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV=
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">set theboxes to reverse of theboxes<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">return =
theboxes<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">end revbox<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">tell =
application "InDesign CS"<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">tell =
document 1<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">repeat with i from 1 to count of pages<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">tell =
page i<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">set theboxes to (every item of all page items where =
class of it =3D<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">rectangle and label is "EPS")<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">set =
theboxes to revbox(theboxes) of me<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">repeat =
with i from 1 to count of theboxes<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">set =
label of item i of theboxes to "EPS" & "-" & i as string<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">end =
repeat<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">end tell<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">end =
repeat<SPAN class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">end tell<SPAN =
class=3D"Apple-converted-space">=A0</SPAN></DIV><DIV style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">end =
tell</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><SPAN =
class=3D"Apple-converted-space">=A0</SPAN>________________________________=
_______________</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">Do not post admin requests to =
the list. They will be ignored.</DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; =
">Applescript-users mailing list<SPAN class=3D"Apple-converted-space">=A0 =
=A0 =A0 </SPAN>(<A =
href=3D"mailto:email@hidden">Applescript-users@lists.=
apple.com</A>)</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">Help/Unsubscribe/Update your =
Subscription:</DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; "><A =
/email@hidden</A></DIV><DIV style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><BR></DIV><DIV style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">This email sent to <A =
href=3D"mailto:email@hidden">email@hidden</A></DIV> =
</BLOCKQUOTE></DIV><BR></DIV></DIV></BODY></HTML>=
--Apple-Mail-1-891789117--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden