<div><div dir="auto">Very thanks, looking it </div><br><div class="gmail_quote"><div>On Sat, 26 May 2018 at 16:53 Chris Muller <<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Edgar,<br>
<br>
I made a flexible utility for printing collections of objects to a<br>
stream in a Fixed-Width columnar format.  They don't use tabs, but<br>
spaces, so they always work when viewed in a fixed-width font.<br>
<br>
It is available in the "MaBase" package on SqueakMap.  To use, create<br>
an instance of MaFixedWidthReport, then use its 'building' methods to<br>
define the report, then send:<br>
<br>
    myFixedWidthReport write: aCollection to: aStream<br>
<br>
Browse references to the class for an example.<br>
<br>
 - Chris<br>
<br>
On Sat, May 26, 2018 at 6:45 AM, Edgar J. De Cleene<br>
<<a href="mailto:edgardec2005@gmail.com" target="_blank">edgardec2005@gmail.com</a>> wrote:<br>
> I have this awful output<br>
><br>
> module        97    61<br>
> type        5    05<br>
> func        4    04<br>
> table        5    05<br>
> global        6    06<br>
> export        15    0f<br>
> elem        8    08<br>
> code        33    21<br>
><br>
> Like having it nice with some kind of "stored tabs" like each column alings<br>
> right.<br>
><br>
> Some knows how could made.<br>
> Maybe I have in Squeak but don't know.<br>
><br>
><br>
> Edgar<br>
> @morplenauta<br>
><br>
><br>
><br>
<br>
</blockquote></div></div>