i have following problem:
i've written code in 2 files - main script file , library file - contains functions , tricks. @ time don't want client view tricks decided hide library in binary file. unfortunately doesn't work:
#include "lib.jsxbin";
f1(){
...
code
...
}
f2(){
...
code
}
etc.
all "classified" things executed in library file. there limitations in binray files?
thanks
smok
try eval() or app.doscript().
harbs
More discussions in InDesign Scripting
adobe
Comments
Post a Comment