<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015735" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015735</link>
    <description></description>
    <language>en</language>
          <item>
    <title>thanks!</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/selecting-file-range-fso#comment-1091255</link>
    <description> &lt;p&gt;that was what I was looking for....&lt;/p&gt;
&lt;p&gt;Thank you! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 Oct 2001 10:24:11 +0000</pubDate>
 <dc:creator>klubrant</dc:creator>
 <guid isPermaLink="false">comment 1091255 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/selecting-file-range-fso#comment-1091248</link>
    <description> &lt;p&gt;I&#039;m lost.&lt;br /&gt;
What do you want to do to these files?&lt;br /&gt;
Do you know the name of the files?&lt;/p&gt;
&lt;p&gt;Quicky Code (untested)&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Page = Request.QueryString(&amp;quot;Page&amp;quot;)&lt;br /&gt;&lt;br /&gt;Min = ((Page - 1) * PerPage) + 1&lt;br /&gt;Max = (Page * PerPage)&lt;br /&gt;&lt;br /&gt;i=1&lt;br /&gt;j=1&lt;br /&gt;For Each ofile in ofolder.files&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (i &amp;gt; Min) AND (i &amp;lt; Max) Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strarray(j) = &amp;quot;page1/&amp;quot; &amp;amp; stripfilename(ofile)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; j = j + 1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i = i + 1 &lt;br /&gt;Next&lt;/code&gt;&lt;/div&gt;&#039;This will determin the first and last file to handle, and do only handle these files in the For Loop.  It&#039;s been a while since I&#039;ve done any ASP, so there is probably a better way to do this.  It was hard enough for me to keep from putting a semicolon on the end of every line.  =P&lt;/p&gt;
 </description>
     <pubDate>Tue, 09 Oct 2001 04:31:03 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1091248 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
