Hi,
Is there some way to terminate run of the following script without closing JMP?
Thanks.
For( i = 1, i <= 10, i++, win = New Window( "ABC", <<modal, Text Box( Char( i ) ) ); );
Call the Throw() function when you want to exit a script without quitting JMP.
Sometimes you can hit the ESC key and it stops JSL from running. Operative word here is "sometimes"!