cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • 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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
carole
Level III

Close journal window with JSL

Hello, I want to save and close my journal window with JSL 7.0.2 : Current Journal() << Save Journal(strPathSave); //this sentence works and saving is ok
Current Journal() << Close Window(nosave); //here a dialog ask if i want to save or not changes on my journal, how can i do not to have it (it stops my script with the dialog)

Thanks !

Message was edited by: Carole
2 ACCEPTED SOLUTIONS

Accepted Solutions
gh
gh
Level III

Re: Close journal window with JSL

too easy
current journal() << close window();

View solution in original post

carole
Level III

Re: Close journal window with JSL

Thanks, even if there is a message in the log, it seems to work...

View solution in original post

2 REPLIES 2
gh
gh
Level III

Re: Close journal window with JSL

too easy
current journal() << close window();
carole
Level III

Re: Close journal window with JSL

Thanks, even if there is a message in the log, it seems to work...

Recommended Articles