cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

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

How can JSL end up running when a condition is established?

JSL runs until a condition is established, ends JSL, and does not perform subsequent JSL runs.

Thanks!

Break?
exit?
1 ACCEPTED SOLUTION

Accepted Solutions

Re: How can JSL end up running when a condition is established?

Hi,

 

Stop() will stop a running script, and Break() will immediately get out of a loop.  Does this help?

 

By the way the JMP Scripting Index (Help-->Scripting Index) is a great resource.

View solution in original post

1 REPLY 1

Re: How can JSL end up running when a condition is established?

Hi,

 

Stop() will stop a running script, and Break() will immediately get out of a loop.  Does this help?

 

By the way the JMP Scripting Index (Help-->Scripting Index) is a great resource.

Recommended Articles