Hi, this a question relative a any combobox with action in a specific
item
This works fine:
trace(get(layer[get(name)].item[
1].name);
This works fine too: (It does not make sense a lot but it works...)
trace(get(layer[get(name)].item[
item1name].name);
Is there any possibilities of referring to the name of the item that generates the action?
trace(get(layer[get(name)].item[get(?)].name);
Almost sure that it is impossible, only I ask in case there is some trick
Best Regards,
Fernando