
18/08/2004, 07:02
|
 | | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 22 años Puntos: 5 | |
asi:
<%
temp = "A|B|C|D|E|F|G"
items=split(temp,"|",-1,1)
total = ubound(items)
For i=0 to total
response.Write(items(i)) %>
<br>
<%Next%>
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |