Breaking Out of a Program

Anything Sinclair ZX Basic related; history, development, tips - differences between BASIC on the ZX80 and ZX81
Post Reply
MrVertigo
Posts: 105
Joined: Fri May 27, 2022 9:06 pm

Breaking Out of a Program

Post 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.
dr beep
Posts: 2060
Joined: Thu Jun 16, 2011 8:35 am
Location: Boxmeer

Re: Breaking Out of a Program

Post by dr beep »

Keyword STOP as input or a non exosting variable
to create an error

Input string = Shift 6
MrVertigo
Posts: 105
Joined: Fri May 27, 2022 9:06 pm

Re: Breaking Out of a Program

Post by MrVertigo »

Brilliant! Thanks.
Post Reply