![]() |
hp 39gii lcd clear question - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: hp 39gii lcd clear question (/thread-248389.html) |
hp 39gii lcd clear question - giancarlo - 08-17-2013 Hello,
I wrote a simple program that creates, for each loop iteration, a number and display it via the 'print' command. When the program ends the stack is empty. If i switch off the calc, this stack is empty like a kind of garbage collection. Any idea of the command i can use to clear the stack? It is possible i didn't install last firmware so please apologize for not being up to date. Thanks
Giancarlo from Italy (training for the prime)
Re: hp 39gii lcd clear question - Mic - 08-17-2013 Hello, to clear the terminal, just add PRINT;
Re: hp 39gii lcd clear question - Tim Wessman - 08-17-2013 Print () in a program to clear. It is a basic output terminal. On-T together brings it up or down, and bksp clears it.
TW
Re: hp 39gii lcd clear question - giancarlo - 08-17-2013 Hello, Thanks
Giancarlo
Re: hp 39gii lcd clear question - Mic - 08-17-2013 Read my post : PRINT; without the () works ;)
Re: hp 39gii lcd clear question - giancarlo - 08-18-2013 No way. As soon as i write PRINT(); or PRINT; in my program, i got a sintax error. If i comment the line (inserting a double slash // before the print command), the program run flawlessly... Any idea? Thanks
Giancarlo
Re: hp 39gii lcd clear question - Gilles Carpentier - 08-18-2013 You should update you calc. Both PRINT and PRINT() works for me
Edited: 18 Aug 2013, 7:21 a.m.
Re: hp 39gii lcd clear question - Mic - 08-18-2013 Firmware 1.3 sept 2012 : here
|