Doing good?
I have an arraylist my_arr where I save my objects.
for i as integer=0 to my_arr.count-1
label1.text+=my _arr.item(i).se t_name
next
It says that set_name property is not found for the type
The problem is not in the property cuz when msgboxed it does show the name of a particular object.
I think I just misunderstood late binding. Could u tell me what the problem is?
Thanks
I have an arraylist my_arr where I save my objects.
for i as integer=0 to my_arr.count-1
label1.text+=my _arr.item(i).se t_name
next
It says that set_name property is not found for the type
The problem is not in the property cuz when msgboxed it does show the name of a particular object.
I think I just misunderstood late binding. Could u tell me what the problem is?
Thanks