G
Guest
Hi,
I have create a class name employee.
Next, i would like to create array for the employee class.
The code as below:
dim eply(5) as employee
when i call eply(0).name="Khrish", an error message prompt out as saying
object reference is null...
Any idea to solve it?
Please advice.
thank you in advance.
Rgrds,
GL
I have create a class name employee.
Next, i would like to create array for the employee class.
The code as below:
dim eply(5) as employee
when i call eply(0).name="Khrish", an error message prompt out as saying
object reference is null...
Any idea to solve it?
Please advice.
thank you in advance.
Rgrds,
GL