I just can't stand using braces for block delimiting, can't we have something like the code below work in PSP? <html> <body> <table> <% for i in range(5): $%> <tr> <td><%= i %></td> <td> <% [tab]z=i*i [tab]res.write(z) $%> </td> <td> <% [tab]res.write(i*i*i) $%> </td> </tr> <% end %> </table> </body> </html> __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-discuss
