Question
Pass parameters when $.evalScript
Hi, I have a script that opens another script,
and i want it to pass parameters to it, and read them on the other script of course.
How can I do that?
That's the piece of code I have right now:
var scriptPath = File("*SCRIPT LOCATION*");
$.evalFile(scriptPath);
Thanks!
