Hi all
normally I use a command like this
app.doScript(File(myApplescriptPath), ScriptLanguage.applescriptLanguage,[myParameter]);
to pass a parameter from a javascript UI to an applescript
in InDesign 20.1 I get the parameter in an applescript variable named arguments
but using last InDesign 20.2 update the variable arguments is not defined
is this a bug or it’s not possible anymore to use this solution?
thanks