I have created two comboboxes. I have to create a match the following program, so that
function changeHandler(e:Event)
{
trace(ComboBox(e.target).selectedItem.label+ComboBox(a1).selectedItem.label);
}
if e.target retrieves a1. I have to split this to 1
this does work
assuming your ComboBox instance name is a0