How to LRUN without clearing the screen?

Anything QL Software or Programming Related.
Post Reply
User avatar
programandala.net
Chuggy Microdrive
Posts: 74
Joined: Mon Dec 13, 2010 12:41 pm
Location: Spain
Contact:

How to LRUN without clearing the screen?

Post by programandala.net »

LRUN performs NEW, so also clears the screen and all open windows. The same happens with QLRUN.

Is there any toolkit keyword or trick to load and run a program without clearing the screen?


Marcos Cruz (programandala.net)
RWAP
RWAP Master
Posts: 2834
Joined: Sun Nov 28, 2010 4:51 pm
Location: Stone, United Kingdom
Contact:

Re: How to LRUN without clearing the screen?

Post by RWAP »

Yes - load a short boot program and then use MRUN instead of LRUN to load the rest of the SuperBASIC program.

I forget the equivalent in QLOAD.


User avatar
dilwyn
Mr QL
Posts: 2753
Joined: Wed Dec 01, 2010 10:39 pm

Re: How to LRUN without clearing the screen?

Post by dilwyn »

RWAP wrote:Yes - load a short boot program and then use MRUN instead of LRUN to load the rest of the SuperBASIC program.

I forget the equivalent in QLOAD.
SBASIC on SMSQ/E has QMERGE, QMRUN, QLRUN and QSAVE_O

These are like MERGE, MRUN, LRUN and SAVE_O but work ont he "_sav" files.

Dilwyn


User avatar
programandala.net
Chuggy Microdrive
Posts: 74
Joined: Mon Dec 13, 2010 12:41 pm
Location: Spain
Contact:

Re: How to LRUN without clearing the screen?

Post by programandala.net »

I didn't remember MRUN. Then I could use "DLINE" to delete the boot program lines if necessary.
Thank you!


Marcos Cruz (programandala.net)
Post Reply