Page 1 of 1

Breaking Out of a Program

Posted: Sat Jun 18, 2022 3:05 pm
by MrVertigo
How is it you stop a programming running when it is awaiting an integer input, and you’ve forgotten to program a way of stopping it? When inputing the integer starts the program from the beginning and BREAK doesn’t work? :oops: And a CLS command in the program stops you filling the screen.

Re: Breaking Out of a Program

Posted: Sat Jun 18, 2022 4:40 pm
by dr beep
Keyword STOP as input or a non exosting variable
to create an error

Input string = Shift 6

Re: Breaking Out of a Program

Posted: Sat Jun 18, 2022 4:55 pm
by MrVertigo
Brilliant! Thanks.