HP Forums
How to clear a screen - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: How to clear a screen (/thread-10432.html)



How to clear a screen - KarelPostulart - 04-02-2018 03:43 PM

Hi,

I wrote a program printing rows of numbers. When I ran the program again, the old results were still there and the new ones were printed after the old results.
I am used to the TI-89, where I can clear the I/O screen. I cannot find an equivalent command in the catalog. Maybe it has a very unusual name I don't know. Can you help me out here?

With best regards


RE: How to clear a screen - Arno K - 04-02-2018 05:39 PM

I think you want to try PRINT().
Arno


RE: How to clear a screen - KarelPostulart - 04-02-2018 07:03 PM

(04-02-2018 05:39 PM)Arno K Wrote:  I think you want to try PRINT().
Arno

Thanks Arno. It really works.

Karel