@Thanks Taifun,. Scott's examples work to 'terminate a loop early' if the loop is processing a List. The methods would not terminate Math activity. But, good to know.
Can something similar be done with

to terminate before the counter reaches 1000 using perhaps a button click? The only solution I can find other than providing an if statement within the loop..say if counter= 200 then counter =1001 which is a software 'termination' is to use something once suggested by ABG using a Clock and that 'works sometimes".