HP Forums
Are more than 5 lines possible with MSGBOX - 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: Are more than 5 lines possible with MSGBOX (/thread-1645.html)



Are more than 5 lines possible with MSGBOX - acmeanvil - 06-17-2014 04:05 PM

I have several programs that output a series of formated answers in a message box, unfortunately it seems that 5 discreet lines are all it can display. Is there anyway around this or is this hardcoded?


RE: Are more than 5 lines possible with MSGBOX - eried - 06-17-2014 05:57 PM

(06-17-2014 04:05 PM)acmeanvil Wrote:  I have several programs that output a series of formated answers in a message box, unfortunately it seems that 5 discreet lines are all it can display. Is there anyway around this or is this hardcoded?

Probably leftover from 39gII code, because screen seems to fit about 10 lines (in normal size font).


RE: Are more than 5 lines possible with MSGBOX - normeE - 06-17-2014 07:19 PM

You could try the "PRINT()" command instead of "msgbox()". It will show 20 lines and scroll more on the "terminal" screen.


RE: Are more than 5 lines possible with MSGBOX - cyrille de brébisson - 06-18-2014 05:20 AM

Hello,

nope, there is no way to get more than 5 lines... they are also no ways to get more than 127 characters..

sorry, hardcodded...

cyrille


RE: Are more than 5 lines possible with MSGBOX - acmeanvil - 06-18-2014 05:38 PM

That's a bit of a bummer, but thank you for all the replies.

I will readjust....