ASP - RE:String con For

 
Vista:

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>
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder