Find the Element Label from a Mesh Collector in journalling

Hello,

Anyone knows how to find the element label from a mesh collector.

I have a group with all the elements and I need to kick one element out of the group, so I need the element label to kick it out.
I can change it manually to a known label, but if the mesh updates it just renames the element.

Other option would be to get a list of all mesh collectors in the Sim file, and add all except that on the the group.

anyone has any ideas how to do this?!
recording a journal didn't really helped.

Hope someone can help me out.

Thanks
Kiko

There is some code to cycle through the mesh collectors and report some info about each mesh here:
http://nxjournaling.com/comment/1263#comment-1263

I know it is not exactly what you are looking for, but it may provide a starting point.