nested list according to startup information

David McFarlane mcfarla9 at msu.edu
Tue Feb 2 17:34:50 UTC 2010


Tobias,

Hmm, just out of curiousity I threw together a quick demo, took me 
all of 10 minutes, I had no trouble using an attribute reference to 
name a nested List.  I will send you my little EP1 demo program privately.

-- David McFarlane, Professional Faultfinder


>Hi there,
>
>some time ago I asked here in the forum how to specify a correct
>response according to startup information (such as group, session
>etc.). A solution similar to this was suggested (I think by liwenna):
>
>If c.getattrib ("group") = 1 then
>        c.setattrib "CorrectResponse", c.getattrib ("CorrectRespA")
>        elseif c.getattrib ("group") = 2 then
>        c.setattrib "CorrectResponse", c.getattrib ("CorrectRespB")
>end if
>
>
>Well that worked perfectly. However, this time I don't want to
>specifiy the correct response but which nested list is called from
>another list.
>This doesn't seem to work similarly, probably because an attribute in
>the list (i.e. "nested") refering to a variable, e.g. [listA] tries to
>already call a list before an inline can deliver that information.
>
>Any ideas how to solve that problem?
>
>THanks a lot,
>Tobias

-- 
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