by cdburke@[EMAIL PROTECTED]
Dec 18, 2007 at 07:13 PM
On Dec 19, 9:58 am, brian.b.mcguinn...@[EMAIL PROTECTED]
wrote:
> Thanks for the suggestions. I will look into these options.
> It just surprises me that, given the frequency with which
> people need to intermingle text and numbers in the output
> from computer programs, and the support given for this in
> many languages, that it is not supported by 8!:n in J.
Certainly you can mix text and numbers:
(8!:2) 123;' Main St. ';12345
123 Main St. 12345
It is hard to answer vague complaints - much better that you give
specific examples of what you want in the J programming forum.