Post Reply 
Print and Terminal in Home...
09-16-2015, 04:01 PM (This post was last modified: 09-16-2015 04:02 PM by StephenG1CMZ.)
Post: #5
RE: Print and Terminal in Home...
To read and cancel just your text without clearing the whole screen:

I know of no way of doing that using PRINT.

the obvious way to temporarily display something would be to use MSGBOX.

If that doesn't help, less obvious ways to put something onscreen temporarily include:
INPUT (a screen at a time; up to seven I think;
several inputs per screen, each with their own descriptive label text)
CHOOSE (scroll through an indefinite number of lines, more than are onscreen)
Using graphics (save all the pixels, draw something, restore original pixels)

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Print and Terminal in Home... - salvomic - 03-13-2015, 07:34 PM
RE: Print and Terminal in Home... - StephenG1CMZ - 09-16-2015 04:01 PM



User(s) browsing this thread: 1 Guest(s)