@Uwe. Thank you. The one thing I'm not getting with insertLabel() / extractLabel() is how do you access label information that you stored in an multi-dimensional array. Let's say I stored insertLabel(story1, frame0). How do I easily access this frame now? With itemByName() it is easy but there is no such thing as itemByLabel(). With extractLabel() I have to loop and loop until found for each story which is not efficient. Or can I get a collection of textframes based on their label key?
Michael