Thread
:
Is dere any way to pause a for loop in between a program
View Single Post
c_user
Contributor
23Aug2009,14:58
you can use exit(0) or if it is an infinite loop use the keys ctrl+c to terminate any .exe file..
have a good day