Ver Mensaje Individual
  #8 (permalink)  
Antiguo 25/01/2006, 11:57
bitshoot
 
Fecha de Ingreso: noviembre-2004
Mensajes: 371
Antigüedad: 20 años, 6 meses
Puntos: 0
no me imprime datos.......... es xk no hay datos???

if isArray(arreglo) then
for i=0 to ubound(arreglo)
dato = split(arreglo(i), chr(radiobutton))
response.write(dato(i)) & "<br><br>"


'response.redirect("admin_forzarFiltro&Envio.asp?i d_encuesta="&var_id_encuesta&"")
next
end if