Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/12/2007, 11:55
Avatar de Potro
Potro
 
Fecha de Ingreso: abril-2001
Mensajes: 2.249
Antigüedad: 23 años
Puntos: 39
Re: Problema con variable.........

Aqui esta la consulta que hago
******************************

Var_Sql = "select top 3 id_usuario from irwexp_respuestas"
set rs = ObjOutf.execute (var_sql)

posicion = 0
while not rs.eof
posicion = posicion + 1
response.Write("&nombre"&posicion&"="&rs("nombre") )

rs.movenext
wend