Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/11/2005, 13:23
chcma
 
Fecha de Ingreso: junio-2003
Ubicación: Asturias
Mensajes: 2.429
Antigüedad: 20 años, 11 meses
Puntos: 7
Prueba con esto:
Código:
            Dim tbHash As Hashtable
            Dim st As String
            For Each st In tbHash.Keys
                MsgBox(CStr(st))
            Next
__________________
Charlie.