Error en un Array de ASP
Estoy creando un Array, y cunado quiere hacer el
Redim Preserver MyArray
me dice esta :
La matriz está bloqueada de manera fija o temporal
por que Puede ser ???
este es el codigo que tengo puesto :
dim vector(0)
For i = LBound(vector) to Ubound(vector)
if vector(i) = RsBanner("id") then
repetido = 1
end if
next
if repetido <> 1 then
max = Ubound(vector)+1
Redim vector(max)
vector = RsBanner("id")
end if
por que puede ser ??
Gracias www.telefonica.net/web/tiempoderol
Redim Preserver MyArray
me dice esta :
La matriz está bloqueada de manera fija o temporal
por que Puede ser ???
este es el codigo que tengo puesto :
dim vector(0)
For i = LBound(vector) to Ubound(vector)
if vector(i) = RsBanner("id") then
repetido = 1
end if
next
if repetido <> 1 then
max = Ubound(vector)+1
Redim vector(max)
vector = RsBanner("id")
end if
por que puede ser ??
Gracias www.telefonica.net/web/tiempoderol
