><@;"1 L:0/a
+-----+-----+-----+
|+-+-+|+-+-+|+-+-+|
||0|a|||1|b|||2|c||
|+-+-+|+-+-+|+-+-+|
+-----+-----+-----+


R.E. Boss

(Add your info to http://www.jsoftware.com/jwiki/Community/Demographics )


> -----Original Message-----
> From: programming-boun...@forums.jsoftware.com [mailto:programming-
> boun...@forums.jsoftware.com] On Behalf Of Joe Bogner
> Sent: zaterdag 5 oktober 2013 18:08
> To: programm...@jsoftware.com
> Subject: [Jprogramming] row from boxes
> 
> Given this structure:
> ]a =. (< _1]\ 0 1 2), (< _1]\ 'a','b','c')
> 
> +-+-+
> 
> |0|a|
> 
> |1|b|
> 
> |2|c|
> 
> +-+-+
> 
> 
> How can I transform it into this?
> 
> 
> (0;'a');(1;'b');<(2;'c')
> 
> 
> +-----+-----+-----+
> 
> |+-+-+|+-+-+|+-+-+|
> 
> ||0|a|||1|b|||2|c||
> 
> |+-+-+|+-+-+|+-+-+|
> 
> +-----+-----+-----+
> 
> 
> I've tried every variant in indexing and selecting to no avail. Thank you
> 
> 
> http://www.jsoftware.com/help/jforc/more_verbs_for_boxes.htm
> 
> http://www.jsoftware.com/docs/help701/learning/06.htm
> 
> http://www.jsoftware.com/help/primer/from_boxed_indexes.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to