in reply to Re: Multiple Rows
in thread Multiple Rows
What format method would you suggest mtmcc to line up the rows? Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Multiple Rows
by mtmcc (Hermit) on Oct 04, 2013 at 20:16 UTC | |
I'm not certain what you mean by lining up the rows; if you mean aligning the columns, then you could do something like use a table widget, instead of a label/ROText, like this:
Alternatively, you could get all the data you want to print in an array or other data structure, and use a text based approach to alignment (eg see 'padding with spaces' here: Using (s)printf()) If you meant something else, let me know and I'll try again... | [reply] [d/l] |
by PilotinControl (Pilgrim) on Oct 05, 2013 at 21:04 UTC | |
do not really need the scroll text bars...all is needed is to search the host file and have a header with the results posted below: | [reply] |
by mtmcc (Hermit) on Oct 05, 2013 at 21:31 UTC | |
I hope that helps. | [reply] [d/l] |