Björn Helgason wrote:
> NB. in order to compare with the new grid
>
> load 'grid'
> a=.7$a:
> a=.a,<'hello world'
> a=.a,6$a:
> a=.a,<'hello tara'
> (1;'A') grid 4 4$a
Good suggestion, I guess it would make a fair comparison to grid if slightly
modified into one-liner,
(1;'A') grid ('hello world';'hello tara')(1 3;3 2)}4 4$a:
I also think that tara and grid can be more cooperative with each other. eg, it
should be easy to use tara to read from an excel file and use grid to display
the data if format is not important.
grid readexcelstring jpath '~addons/excel/tara/test.xls'
--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm