How can Scott refer to the currently running object in an inline?
David McFarlane
mcfarla9 at msu.edu
Wed Mar 3 14:57:33 UTC 2010
J Scott Saults wrote:
> I can set a variable to refer to a running list:
> Dim theList as List
> Set theList = CList(Rte.GetObject(c.GetAttrib("Running")))
> I also can assign a variable to refer to a list if I know its name
> (StimDisplay):
> Dim theResponseObject As
> RteRunnableInputObject
>
> How can I know the currently running object so that an inline, running
> during it's prerelease, can reference and use it's attributes (duration,
> keyboardMask, etc). I want to be able to copy and move an inline to
> follow different objects without changing and 'hard coding' the name of
> the object in the script each time.
>
> Thanks.
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com.
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.
More information about the Eprime
mailing list