cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar
jerryspilTC
Level III

How to close all journals, data tables, and chart windows except the JSL window

Hi 

My JSL script have created a lot of tables/journals/charts some are hidden some are not, I close them one-by-one when I want to re-run, what script can I use to close all except jsl window during re-run? Thanks

JERRY

jerryspilTC
1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How to close all journals, data tables, and chart windows except the JSL window

Check out the Close All() function in the Scripting Index.  I think it will get you what you need.

     Help==>Scripting Index

Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: How to close all journals, data tables, and chart windows except the JSL window

Check out the Close All() function in the Scripting Index.  I think it will get you what you need.

     Help==>Scripting Index

Jim