questa la teoria

codice:
<tr>
i=0
n=2 ' numero di colonne
do while not eof
   i=i+1
   if i mod n=0 then
      </tr>
      <tr>
   end if
   <td>...</td>
loop
</tr>