This content has been marked as final.
Show 5 replies
-
1. Re: app.open (file(using variables)); Problem
[Jongware] Oct 8, 2010 6:59 AM (in response to jmituzas)Of course that file does not exsist! AHow can I use a variable there?
It's not really a syntax error. If you know the file does not exist, why are you trying to open it ... ?
Can you explain what you are attempting?
-
2. Re: app.open (file(using variables)); Problem
Marijan Tompa Oct 8, 2010 7:06 AM (in response to jmituzas)Hey!
Try changing path line to this:
dirPath = "/p/RxCut/In Design Implementation/" + group + "/";
You don't need ":" in drive path.
--
tomaxxi
-
3. Re: app.open (file(using variables)); Problem
jmituzas Oct 8, 2010 7:06 AM (in response to [Jongware])the file named
dirPath + brand + "~StandardCard~" + group + ".indd"
does not exsist..
but the file "P:/RxCut/In Design Implementation/RXC03593/RXC03593/Generic~StandardCard~RXC03593.indd
Does indeed exsist.
What I meant was that my variable is clearly not working.
-
4. Re: app.open (file(using variables)); Problem
jmituzas Oct 8, 2010 7:17 AM (in response to Marijan Tompa)Easy fix! thanks. Meant to give credit to tomaxxi clicked the wrong link!
-
5. Re: app.open (file(using variables)); Problem
Marijan Tompa Oct 8, 2010 7:18 AM (in response to jmituzas)



