Question
How do I receive arguments passed to an Extendscript from Applescript?
I've seen examples that use:
function main(argv){
...
}
but when I run a jsx file with this main function and arguments passed from applescript nothing happens
I've seen examples that use:
function main(argv){
...
}
but when I run a jsx file with this main function and arguments passed from applescript nothing happens
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.