<div dir="ltr">Hi all,<div><br></div><div>I have a script where we're drawing positive and negative images from nested lists for each trial. We're separating the trials into five blocks, and sometimes Things Happen during the experiment and we'll want to skip to given block.</div><div><br></div><div>Skipping the trials is easy with a loop and TrialList.GetNextAttrib(), but it doesn't seem to advance the nested lists. So if experiment normally shows the following sequence:</div><div><br></div><div>pos1</div><div>neg1</div><div>pos2</div><div>BLOCK</div><div>neg2</div><div>neg3</div><div>pos3</div><div><br></div><div>... and I skip to the row after BLOCK, I get:</div><div>neg1</div><div>neg2</div><div>pos1</div><div><br></div><div>If the nested lists define an "image" attribute,</div><div>TrialList.GetNextAttrib("image")</div><div>returns nothing, as well.</div><div><br></div><div>Is there an elegant way to do this?</div><div>Thanks!</div><div>-Nate</div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/98a3aa08-8980-4dce-9d28-71d34ff850d6%40googlegroups.com">https://groups.google.com/d/msgid/e-prime/98a3aa08-8980-4dce-9d28-71d34ff850d6%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />