why not have a separate list object for each series of movies?  that way you don't have to add and subtract rows from your list.<div><br><div class="gmail_quote">On Fri, Aug 5, 2011 at 4:47 PM, Eli <span dir="ltr"><<a href="mailto:eliskim@gmail.com">eliskim@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all.<br>
<br>
My design plays several different series of movies, each of a<br>
different length. I've created a single list object, which I use<br>
multiple times, once for each series of movies (listed in tab-<br>
separated text files).<br>
<br>
Each different series has a different number of movies. But I'm having<br>
trouble getting my list object to change its terminateCondition (or<br>
resetCondition) to reflect each newly loaded text file's length.<br>
<br>
I've tried doing the following (based on a blog post I saw here<br>
<<a href="http://imaging.mrc-cbu.cam.ac.uk/meg/Using_E-Prime" target="_blank">http://imaging.mrc-cbu.cam.ac.uk/meg/Using_E-Prime</a>>)<br>
<br>
If listfilename$ <> "" Then<br>
       List1.LoadMethod = ebLoadMethodFile<br>
       List1.Filename = listfilename$<br>
       List1.Load<br>
<br>
       List1.Reset<br>
       Set List1.TerminateCondition = Cycles(1)<br>
       Set List1.ResetCondition = Samples(List1.Deletion.Count)<br>
else<br>
     MsgBox("Incorrect list file chosen")<br>
end if<br>
<br>
But I don't really understand what the Deletion object is.<br>
<br>
So instead I tried<br>
Set List1.ResetCondition = Samples(List1.Size)<br>
<br>
The problem with this is that Size seems to change unpredictably each<br>
time I load a different text file.<br>
<br>
Is there a way to clear all properties of a list object at the point<br>
of loading each next text file, so that the list object's size<br>
reflects the number of rows in each loaded text file?<br>
<br>
Or is there another way to get each text file's number of rows into a<br>
list object's ResetCondition?<br>
<br>
Thanks!<br>
Eli<br>
<font color="#888888"><br>
--<br>
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br>
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:e-prime%2Bunsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/e-prime?hl=en" target="_blank">http://groups.google.com/group/e-prime?hl=en</a>.<br>
<br>
</font></blockquote></div><br></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com.<br />

For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.<br />