cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
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