RE: script QXP
RE: script QXP
- Subject: RE: script QXP
- From: Jason Toews <email@hidden>
- Date: Thu, 28 Dec 2000 12:48:45 -0800
I believe another problem is this line:
set bottomImagePath to (theEPSpath & epsBaseName & topNumText) as
string
I think you mean:
set bottomImagePath to (theEPSpath & epsBaseName & bottomNumText) as
string
Also, shouldn't there be an underscore included in the eps base name? e.g.
instead of:
set epsBaseName to "Seite " as string
shouldn't it be:
set epsBaseName to "Seite_" as string
I'm sorry I don't have time right now to examine it further, but I would
definitely look at the way the tell blocks are nested inside your repeat
loop. Too much going into and out of tell blocks, it seems to me. If I get
some more time later, I'll look at it further.
Jason
>
----------
>
From: Helmut Pfeiffer
>
Sent: Thursday, December 28, 2000 11:58 AM
>
To: email@hidden
>
Subject: Re: script QXP
>
>
Hello Luca
>
>
thats not the reason why it doesn't work (I checked it out).
>
I think there is a problem with the topImagePath or with the name and
>
count
>
of the eps-files. I am a beginner in applescript and have no idea how to
>
solve the problem with the path to the eps-files.
>
>
Mit freundlichen Gruessen
>
(etc.)