Hello,
I found JHS is very interesting and decided to make my first
application on JHS/AJAX.

The first question:
How to develop in JHS? I found that jfile is not the best editor. I
suppose it is possible to edit file by vim, should I do load'file'
every time I made modification or could be done automatically by JHS?

Are there any tools to fill blocks in HTML? Let me show an example:

vals = 'aa',:'bb'

rows = ('<tr><td>'&, @: ,&'</td></tr>')"1 vals

HBS =: 0 : 0
'<table>'
'<rows>'
'</table>'
)

create =: 'test'jhr'rows';rows

Maybe where is a build in function in JHS to define something like that?
HBS =: 0 : 0
'<table>'
'<block><tr><td><vals></td></tr></block>'
'</table>'
)

create =: 'test'smth_like_jhr'vals';vals

Thank you.
-- 
Regards,
  Alexander.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to