1
« en: Viernes 5 de Noviembre de 2010, 13:15 »
HOla. Tu tienes esto
Set rsDeportes=nothing
for i= 0 To Ubound(aDeportes,2)
response.write aDeportes(0, i)&","
next
prueba
Set rsDeportes=nothing
for i= 0 To Ubound(aDeportes,2)
resultado = resultado & "," & aDeportes(0, i)
next
Asi tendras el valor en la variable "resultado"
Saludos.