Adam Turoff wrote:
>
> 000097 PERFORM VARYING counter FROM 1 BY 1 UNTIL counter > 8
> 000098 DISPLAY `<TR BGCOLOR="lightblue">`
> 000099 DISPLAY `<TD>TCPIP-HOSTENT-ADDRESS(` & counter & `): </TD>`
> 000100 DISPLAY `<TD>` & TCPIP-HOSTENT-ADDRESS(counter) & ` </TD>`
> 000101 DISPLAY `</TR>`
What strikes me as ultimately ironic is that CobolScript is touted as
a CGI scripting language, but it seems to lack a standard html-generating
library, at least judging from the examples I've seen.
--
John Porter