|
home | manual | reference | regression | sequence | develop | apps |
TableFun/fun 8
PHP
HTML
tableFun/fun_8.padResult <table border='1'>
{set $row = 10}
{while $row LE 30}
<tr>
{set $col = 1}
{while $col LE 5}
{cell $row + $col}
{increment $col}
{/while}
</tr>
{set $row = $row + 10}
{/while}
</table>
11 12 13 14 15 21 22 23 24 25 31 32 33 34 35
|
home | manual | reference | regression | sequence | develop | apps |
(c) 2003-2025 Herbert Groot Jebbink