If the noun is b, just write >b
Henry Rich > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of PackRat > Sent: Tuesday, May 27, 2008 11:59 PM > To: Programming forum > Subject: [Jprogramming] BegQ--Array of boxed data --> numeric array > > 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
