problem with the HP prime´s terminal
|
03-04-2017, 05:28 PM
Post: #1
|
|||
|
|||
problem with the HP prime´s terminal
Hello everybody
I am working in a beam dimensioning program that gives a very big list of results (geometrical proprieties of the beam, proprieties of the different materials, curvatures for different bending moments... ) in order to make it practical I decided to print those results with the units and a little explanation using print commands to read the solution on the terminal. the problem is that the program is so long that i loose the first lines of text because the terminal seems to be full. I tried to pause the program using the WAIT command but i can't scroll because in the moment I touch the screen it triggers the rest of the program. Ideas? |
|||
03-04-2017, 05:49 PM
Post: #2
|
|||
|
|||
RE: problem with the HP prime´s terminal
Build a string with output and create a note or safe as app text file?
|
|||
03-04-2017, 06:01 PM
Post: #3
|
|||
|
|||
RE: problem with the HP prime´s terminal
The terminal screen is limited to show up to 2040 chars, including line breaks. And that is why sometimes you might be missing information!
What mark4flies suggests is probably the best work around. Spybot. |
|||
03-04-2017, 06:19 PM
Post: #4
|
|||
|
|||
RE: problem with the HP prime´s terminal
thank you for your replies, i will try to do that!!
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)