nested list according to startup information
Tobias
tobias.fw at gmail.com
Wed Feb 3 11:45:41 UTC 2010
David,
thanks a lot for the files. It helped me finding my fault.
I was using
If c.getattrib ("group") = 1 or c.getattrib ("group") = 3 or
c.getattrib ("group") = 5 or c.getattrib ("group") = 7 then
c.setattrib "nested1", c.getattrib ("grouped")
whereat "grouped" is not an attribute... that is why the error message
came.
Now it works, though.
By the way: Apparently you are still using E-Prime 1. Is there a
particular reason for that?
Best,
Tobias
On 2 Feb., 18:34, David McFarlane <mcfar... at msu.edu> wrote:
> 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