Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/03/2002, 13:32
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 4 meses
Puntos: 1
Re: Getrows bailando en una pata

pues la verdad no te entendi mucho pero prueba así:
Counter=1
for I=0 to UBound(mitabla,2)
If counter=1 Then
Response.Write "<tr>"
End If
%>
<td><%=miTabla(1,i)%></td>
<%
If Counter=3 Then
Response.Write "</tr>"
Counter=1
End If
Counter=Counter+1
next
If Counter<=2 Then
Response.Write "</tr>"
End If
%>

Espero que algo así funcione...

Saludos