Are more than 5 lines possible with MSGBOX
|
06-17-2014, 04:05 PM
Post: #1
|
|||
|
|||
Are more than 5 lines possible with MSGBOX
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, 05:57 PM
(This post was last modified: 06-17-2014 05:57 PM by eried.)
Post: #2
|
|||
|
|||
RE: Are more than 5 lines possible with MSGBOX
(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). My website: ried.cl |
|||
06-17-2014, 07:19 PM
Post: #3
|
|||
|
|||
RE: Are more than 5 lines possible with MSGBOX
You could try the "PRINT()" command instead of "msgbox()". It will show 20 lines and scroll more on the "terminal" screen.
|
|||
06-18-2014, 05:20 AM
Post: #4
|
|||
|
|||
RE: Are more than 5 lines possible with MSGBOX
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 |
|||
06-18-2014, 05:38 PM
Post: #5
|
|||
|
|||
RE: Are more than 5 lines possible with MSGBOX
That's a bit of a bummer, but thank you for all the replies.
I will readjust.... |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)