[REBOL] Re: Tabularizing printed output from database 'blocks'
From: greggirwin::mindspring::com at: 29-Jun-2003 23:24
Hi John,
JD> Does anyone have a neat way to display (print) the
JD> returned values from a series of datafile 'blocks'
JD> when the values inside the blocks vary in size (string
JD> size)...
LIST-DIR shows one way you can do it (it's a mezzanine so you can use
SOURCE on it). There are probably a number of ways you could tackle
this, so more details would be helpful. Do you just want to print to
the console, or maybe also write to a file, etc. How is the data
formatted: just one long block of items or "rows" of items. All
strings or mixed datatypes?
-- Gregg