I often have to change one form of numeric data into J nouns. Suppose

t=: 0 : 0
123, -24, 45, -90
2, -999, 1, 2
)

or

t=: 0 : 0
123  -24  45  -90
2   -999  1    2
)

How would you get the 2-d numeric array for t? (is there an idiom or
script for that already?)

I can do the transformation but I am very interested to know others',
probably more elegant, approaches.

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

Reply via email to