sergioBatalha
09-23-2008, 07:50 PM
Hi,
I need to store combobox.selectedItem into object.property, so I used:
email.city = cTop_mc.cmbCity.selectedItem;
but when I trace it the result is: [object][object]
How can I do this? Thanks.
I need to store combobox.selectedItem into object.property, so I used:
email.city = cTop_mc.cmbCity.selectedItem;
but when I trace it the result is: [object][object]
How can I do this? Thanks.