- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Close Jmp Journal By Name
Hi -
If I have multiple journals open in Jmp 12.2, what is the best way to close a specific journal by name?
Can I make the one of interest current and then close it using Current Journal() << close window or is there a better way to do it?
Thanks!
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Close Jmp Journal By Name
You can always close the Journal by referencing the Window Name
window("Journal: Untitled")<<close window
Jim
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Close Jmp Journal By Name
You can always close the Journal by referencing the Window Name
window("Journal: Untitled")<<close window
Jim