How to include specific functions instead of whole script
Hello, Is there a way to import only specific functions from a JSL file?For example in python you can write: "from pandas import read_csv" to import only the read_csv function. Currently in JMP I always import a whole JSL file with many functions defined in it, and I think it would be better to import just the functions I need for the sake of clarity (and maybe performance). ThanksRichard