This is gotta be simple, but, for the life of me, I can't seem to find 
it in Vocabulary, Primer, Learning J, J for C Programmers, Phrases, 
Introduction, or Dictionary:

How do I unbox (convert) an array of boxed data to a standard numeric 
array?

Example:

+-+-+-+
|5|2|3|       5  2  3
+-+-+-+
|1|9|4|  -->  1  9  4
+-+-+-+
|8|6|7|       8  6  7
+-+-+-+

Thanks in advance!

Harvey

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

Reply via email to