Stop a command line loop

I was executing code on the command line and somehow the code wouldn’t stop. There was no while loops either, just for loops.

How can I stop a running “script” of the command line?

Try typing break. Or you could restart studio too.

1 Like

you would have to restart studio

Seems to be it. Thanks for the help.
It’s still so strange to me that a for loop is doing this, the number isn’t like huge or anything.

1 Like

no problem
but the solution should go to @scel5525pro2 since he did say it first

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.