How about something like this?

NB. some data that is slightly offset
data=. 3 4 $ ;: 'abc ab xyz'

buildTable =: 3 : 0
cols =. ('<td>'&,@]@,&'</td>') every y
rows =.  , ('<tr>'&,@]@,&'</tr>')"2 cols
table =.  '<table>',rows,'</table>'
)

buildTable data

On Tue, Mar 3, 2015 at 9:40 AM, Chernin, Nadav <chern...@corning.com> wrote:

> Hi,
> I need in my project to represent boxed data in html report
> I try to find some code that can help me to do that
> Thanks
>
> Nadav Chernin
> ----------------------------------------------------------------------
> 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