Collecting user input via dialog box in a python script?
I need to add collecting user inputs to an existing older python script (it initially used fixed number and location for files) ... I can get it to somewhat work using the "jmp.run_jsl()" function - it displays the dialog, gets the input and can print it out - but doesn't actually return anything to Python. I've tried the Python Send and Get commands but the variable remains '0'. I started off ju...
