03-16-2012, 12:42 AM
The below lines should help you retrieve Prop1 and Prop2 respectively.
Regards,
Ravi
Code:
msgbox myobj.item(0).name
msgbox myobj.item(1).name
Regards,
Ravi