?
=?ISO-8859-1?Q?Bernard_Bour=E9e?=
I have a class named INDICE that have two properties NAME and COMP
Name is declared as string
COMP is declared as an ArrayList
I have the following code
Dim Ind as New Indice
Ind.Name="Something"
Ind.Comp.Add("XXX")
THis last line give me an error "The reference to an object is not
referenced to its intance"
Thanks for your help
Bernard
Name is declared as string
COMP is declared as an ArrayList
I have the following code
Dim Ind as New Indice
Ind.Name="Something"
Ind.Comp.Add("XXX")
THis last line give me an error "The reference to an object is not
referenced to its intance"
Thanks for your help
Bernard