In the file core.ijs search for all "jfe" should give you an idea how input and output are done in jhs.
Чтв, 30 Авг 2012, david alis писал(а): > (http://127.0.0.1:65001/jijs) > > In JHS the expression > 'line1<br>line2' 1!:2(2) > returns > line1<br>line2 > but the expression > '<!-- j html output a -->line1<br>line2<!-- j html output z -->' 1!:2(2) > returns > line1 > line2 > > In which script will I find where the output file handle (2) is > reassigned to the 65001 socket > and how the tags > <!-- j html output a --> and <!-- j html output b --> > are used to escape <br> to HTML. > > David > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
