How do you Pass Arguments from JMP to Python script?
Hi, I like to pass a string (file name) to a Python Script using RunProgram. Here is the script: file = "mtest.py abc.pdf"; RunProgram(executable("/usr/bin/python"),options({file}),readfunction("text")); I appreciate your help. Thanks.
ckerr
David_Burnham
dale_lehman