cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Be able to get the path and file name from a "Save...." function when no path was specified in JSL

When in JSL a "Save...." function is called without specifying where to save the object, JMP pops up an operating system window and allows the user to navigate and name the file, and then save it.

i.e.

myWindow << Save Presentation();
myReport << Save HTML();

 

I would like to see something like:

thePath = myWindow << Save Presentation();

Where, thePath would return the path/file name that was saved