
18/06/2006, 23:04
|
| | Fecha de Ingreso: septiembre-2004
Mensajes: 50
Antigüedad: 20 años, 7 meses Puntos: 0 | |
hoal beuno me salio asi man y gracias:::: <%dim vector()
for i=0 to tamanio
redim vector(i)
vector(i)=i
next
%>
<%for i=1 to ubound(vector)
response.Write(i)
next
%> |