
HELP: How to terminate a GWBASIC program
: I am using a GWBASIC program which is running in an endless loop. How can I
: terminate this programm in the GWBASIC environment ? I tried CTRL+C, but without
: success. Of course, CTRL+ALT+DEL and RESET are solutions, but very bad ones.
: Has anybody an idea ?
: Peter Klimann
Well... Then I have this problems, in any languages, I use(d) to put in a
line type :
Albert:
Do whatever...
if inkey$<>"" then goto end
goto albert
end:
Well, it was'nt any nice way to do it, but then i test my programs, it's
proberly a good thing to do. WAIT! Don't use Goto to much :)
?
oMay the Force be with you. Albert Sandberg o
?