Hi Alex,

For base 10 this might work.

t=: 3 4 5 6
   10 #. t
3456
 
Cheers, bob
  
On 2013-09-08, at 7:07 PM, Alex Giannakopoulos wrote:

> Hi - I need to join up a list of integers (presented as a rank-1 array)
> into a single number.
> 
> At the moment I am using the following,
> 
> ;@ cut &. ":
> which works, but I wonder if there is something better, not using the
> supplied 'cut' verb, which seems like overkill.
> 
> Any suggestions hints pointers gratefully accepted.
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

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

Reply via email to