Ver Mensaje Individual
  #8 (permalink)  
Antiguo 28/11/2008, 06:53
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años, 3 meses
Puntos: 126
Respuesta: variables en bucle while

Hola

Prueba con

Código asp:
Ver original
  1. posicion=0
  2. while posicion<CInt(cuenta) and not(rec2.eof)
  3.        
  4.     posicion=posicion+1
  5.     rec2.movenext
  6.        
  7. wend

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;" />