Can someone give an example of joinstring? I want to join a list of strings
together as one string.

Something like (forgive my syntax):

xs =: 'a' 'b' 'c'
alltogether =: '' joinstring xs
byspaces =: ' ' joinstring xs

Cheers,

Andrew Pennebaker
www.yellosoft.us
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to