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!

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