Raul Miller <[email protected]> writes: > The problem here is that you told printf that you were giving it a > list of characters but did not do so.
Thanks.
Is then this the right way to print such a combination:
b=: 6
a=: i. 2 2
'%d%s%d' printf b; (,((":a),"1 LF)) ; b
or can the middle part be made simpler?
Ruda
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
