<div class="gmail_quote">On Fri, Sep 11, 2009 at 2:47 PM, Kenneth Brody <span dir="ltr"><<a href="mailto:kenbrody@spamcop.net">kenbrody@spamcop.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tyler wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, Sep 11, 2009 at 1:49 PM, Kenneth Brody <<a href="mailto:kenbrody@spamcop.net" target="_blank">kenbrody@spamcop.net</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
OPENDIR() builds a list. Originally, the only way to access this list was<br>
with NEXTDIR() to sequentially read the list. Later, the @DIRLIST_*[]<br>
arrays were added to give you direct access to the list.<br>
</blockquote>
<br>
Okee dokee, good to know. Why is DIRLIST preferred over NEXTDIR then? Any<br>
idea?<br>
</blockquote>
<br>
The @DIRLIST arrays are more flexible. If NEXTDIR() works for you, then there's no need to rewrite your existing code.<br>
<br>
-- <br><font color="#888888">
Kenneth Brody<br>
</font></blockquote></div><br>Thanks for clearing that up, Ken. I only need to go thru it sequentially once, so the NEXTDIR is what I'll stick with.<br><br>Tyler<br>