Raul Miller-4 wrote:
>
>
> Do you mean something like:
> data=:atom; vector;vector2;table;table2;report;report2
> monad each data
>
Well, what I want is the data on one line and the results lined up
vertically right below it. Right now, it is hard to see the input-output
relation between each member of alltypes and the result of apply the monad
to tha member:
alltypes
+--+--+-----+--+-----+--+-----------+
|67|67|67 56|67|0 1 2|67| 0 1 2 3|
| | | | |3 4 5| | 4 5 6 7|
| | | | | | | 8 9 10 11|
| | | | | | | |
| | | | | | |12 13 14 15|
| | | | | | |16 17 18 19|
| | | | | | |20 21 22 23|
+--+--+-----+--+-----+--+-----------+
}. &. > alltypes
+++--+-+-----+-+-----------+
|||56| |3 4 5| |12 13 14 15|
||| | | | |16 17 18 19|
||| | | | |20 21 22 23|
+++--+-+-----+-+-----------+
--
View this message in context:
http://www.nabble.com/verbosely-execute-a-monad-against-several-data-items-tf4601444s24193.html#a13152571
Sent from the J General mailing list archive at Nabble.com.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm