Ver Mensaje Individual
  #5 (permalink)  
Antiguo 08/03/2002, 07:09
Avatar de Kalili
Kalili
 
Fecha de Ingreso: enero-2002
Ubicación: Gate 69
Mensajes: 210
Antigüedad: 22 años, 3 meses
Puntos: 0
Re: Ayuda con Lingo!!!!!!!!!

perdon no se mostro bien
Este es el cambio

repeat with i = 1 to count(data)
put "<tr>" after htmltext

repeat with j = 1 to count(data[I])
put "<tr>" after htmltext
put "<td width=20>"&j&"</td>" after htmltext
put "<td width=390>"&data[j]&"</td></tr>" after htmltext
put "</tr>"&RETURN after htmltext
end repeat

Le he añadido los tags <td> y luego he puesto un RETURN. Asi funciona

Saludos