RE:String con For
Publicado por xddx (62 intervenciones) el 19/09/2005 14:00:13
<select name="Orden" size="1">
<% valores=Array("Codigo", "Rut", "Apellido")
for i=0 to ubound(valores,1) %>
<option value="<%=i%>"><%=valores(i)%></option>
<% next %>
</select>
<% valores=Array("Codigo", "Rut", "Apellido")
for i=0 to ubound(valores,1) %>
<option value="<%=i%>"><%=valores(i)%></option>
<% next %>
</select>
Valora esta pregunta


0