Hi, does anybody know a way of writing loop in .adp file?  For example, I
would like to have the following HTML output:

<table>
  <tr>
    <td>r1.c1</td>
    <td>r1.c2</td>
    <td>r1.c3</td>
  </tr>
  <tr>
    <td>r2.c1</td>
    <td>r2.c2</td>
    <td>r2.c3</td>
  </tr>
</table>

The content of table are filled by .tcl script, and the number of row and
column may change depending on the output of .tcl file.  Is there a way to
write a generic .adp file that can handle any number of row and columns?

Thanks.

Wei


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to