Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/09/2005, 13:28
Avatar de u_goldman
u_goldman
Moderador
 
Fecha de Ingreso: enero-2002
Mensajes: 8.031
Antigüedad: 23 años, 4 meses
Puntos: 98
Pues si,

Código:
if isArray(arreglo) then
  'el arreglo existe
   If uBound(arreglo) => numero_iteraciones then
     'el indice existe
      if not isNull(arreglo(numero_iteraciones)) and arreglo(numero_iteraciones) <> "" then
        'tiene contenido
       end if
    end if
end if
Esto puede ser una funcion que determine si existe, si tiene ese indice y si dicho indice no es nulo y no esta vacio.

Salu2,
__________________
"El hombre que ha empezado a vivir seriamente por dentro, empieza a vivir más sencillamente por fuera."
-- Ernest Hemingway