> x=. i. 4 6 > I want to copy each row of x. Using #, [...] > 1 2 3 4 #"2 x
You may want to revisit the Dictionary entry for # to understand that
a simple
1 2 3 4 # x
will achieve your goal much more naturally. I'm curious:
(1) what made you add the "2 ?
(2) Did you ever try the plain # ?
Martin
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
