On Aug 29, 2004, at 3:22 AM, [EMAIL PROTECTED] wrote:

I just put together a regular expression to extract an
unknown stack:

get matchText(long id of myObject, "(stack "&quote&".*"&quote&")$",
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

Reply via email to