Direct passing argument to a script file
Hey,
i wish to pass argument str1, a string argument to a separate script named: "script2run.jsl" for example, nad that script uses str1 argument and print a message such as :
print("This is the important string I successfully passed: " || Eval(str1)) ;
a different script that create a window that will be saved as journal for later usage will triger that script through buttons that would be ...