Kenny Coelho wrote:
> I was wondering how, using the J.DLL, I could 'Get' a J noun
> consisting of only 1's and 0's and forcing the resulting object to be
> an array of integers and not Booleans.

Are you asking about this?

   b=:1 0 1 0 1 0 1
   3!:0 b
1
   3!:0 }.2,b
4

If not, perhaps you could provide a few more specifics?

Thanks,

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

Reply via email to