One thing I find handy about the helper objects is that they can be
treated as lists:

{{t=TABLE()}}
...
{{t.append(TR(val11,val12,val13))
...
{{t.append(TR(val21,val22,val23))
...
{{=t}}  <-- this is when the table is added to the response

Note that you also do not need to use TD objects specifically (unless
you want to add class, etc.)  TR will take multiple args and wrap each
with a TD automatically.

-- Joe

On Mar 3, 11:06 am, pbreit <[email protected]> wrote:
> I probably could modulo the size of dict instead of using a counter but I
> didn't take the time to figure that out. Any assistance on that?

Reply via email to