Entry
BBCBASIC: Windows: How to close an execute run window? [*QUIT]
Apr 2nd, 2006 14:20
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 02 April 2006 - 09:21 pm ----------------------
BBCBASIC: Windows: How to close an execute run window? [*QUIT]
---
Make sure the last command (e.g. just before END) is
*QUIT
===
Steps: Overview:
1. -Start the program 'BBCBASIC for Windows'
2. -Close the run window
1. -E.g. using the program:
--- cut here: begin --------------------------------------------------
FOR I% = 1 TO 10
PRINT I%
NEXT I%
*QUIT
END
--- cut here: end ----------------------------------------------------
3. -This will run your program and
then immediately close the
run execute window
===
Internet: see also:
---
----------------------------------------------------------------------