![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
08/03/2002, 07:09
|
![Avatar de Kalili](http://static.forosdelweb.com/customavatars/avatar9188_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Gate 69
Mensajes: 210
Antigüedad: 23 años, 1 mes 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 |