Ver Mensaje Individual
  #8 (permalink)  
Antiguo 01/04/2009, 07:32
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años, 4 meses
Puntos: 126
Respuesta: Declarar Else -> "No hacer nada"

Hola

Este no es un arreglo tal y como lo quieres, pero espero que te sirva

Código asp:
Ver original
  1. valores = rs.getrows()
  2.  
  3. dim arr()
  4. for i = 0 to UBound(valores)
  5. arr(i) = valores(i)
  6. next

Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />