Hi,
I have a button called "STOP" when I press it I want to get out of For and Next
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
It will be very simple for you, but I do not know how to intercept the button 
Thank you
			
			I have a button called "STOP" when I press it I want to get out of For and Next
			
				B4X:
			
		
		
		Fox x = 1 to 100
   .....
   .....
???? <----  the button "Stop" has been pressed and then Exit
   .....
next
	Thank you