I just put together a regular expression to extract an unknown stack:
get matchText(long id of myObject, "(stack ""e&".*""e&")$", tTargeStack)
This will put:
stack "Owner stack name"
into tTargetStack.
Since a quoted string is one "word" in Transcript and since the stack is always the last component of the long id, you may also use:
word -2 to -1 of the long id of myObject
Jim Lyons
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
