Devon, your result looses the middle zero's, but may be the only way to go.
I'll have to play more with your idea, or find another solution

Louis,

That helps a little, but I want my result to start with 6 zeros.
So I want x#10 11 12 to produce 0 0 0 0 0 0 10 11 12 .

But instead I can only get results like the following.

   1j6 1 1 # 10 11 12  NB. 10 in the wrong place
10 0 0 0 0 0 0 11 12
   0j6 1 1 # 10 11 12  NB. where's the 10?
0 0 0 0 0 0 11 12
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to