This content has been marked as final.
Show 2 replies
-
1. Re: [JS][CS5] Storing a variable in the document label
Marijan Tompa Aug 28, 2010 3:49 AM (in response to Roy Marshall)Hey Roy!
Take a look here: http://bit.ly/bxITfo
It's article about Insert and Extract Label from document.
--
tomaxxi
-
2. Re: [JS][CS5] Storing a variable in the document label
Roy Marshall Aug 28, 2010 4:11 AM (in response to Marijan Tompa)Thanks heaps.
I have to pass the id number as a string though:
app.activeDocument.insertLabel('BackgroundID', (myDoc.allPageItems[n].id).toString());
but thats OK
Thanks again!
Roy



