HP Forums

Full Version: Are more than 5 lines possible with MSGBOX
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
(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).
You could try the "PRINT()" command instead of "msgbox()". It will show 20 lines and scroll more on the "terminal" screen.
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
That's a bit of a bummer, but thank you for all the replies.

I will readjust....
Reference URL's