Hashtable

  • Thread starter Thread starter Bernard Bourée
  • Start date Start date
B

Bernard Bourée

I have a Class named Variable with 2 properties "Name" and "Value"
I have grouped them in a Hashtable collection

Dim ColVar as Hashtable

when I try to go through the collection with

Dim var as Variable
For Each var in ColVar

Next

I receive an error of CAST !

What is wrong ?
Thanks
 
Back
Top