cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
Choose Language Hide Translation Bar
lala
Level VIII

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.