<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018795" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018795</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-page-through#comment-1111130</link>
    <description> &lt;p&gt;Hmm, if it&#039;s an array than that means it must not be starting at 0 for some reason. Did you try starting at another number like 1 or something?&lt;/p&gt;
&lt;p&gt;Maybe change line 228 to:&lt;/p&gt;
&lt;p&gt;string1=searchstr(LBound(searchstr))&lt;/p&gt;
 </description>
     <pubDate>Sat, 06 Jul 2002 01:59:25 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1111130 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-page-through#comment-1111128</link>
    <description> &lt;p&gt;&quot;It&#039;s an array!&quot;&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Jul 2002 20:51:33 +0000</pubDate>
 <dc:creator>venom</dc:creator>
 <guid isPermaLink="false">comment 1111128 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-page-through#comment-1110980</link>
    <description> &lt;p&gt;It sounds like searchstr isn&#039;t an array. Add this line before line 228 to verify that it is an array.&lt;/p&gt;
&lt;p&gt;If IsArray(searchstr) Then Response.Write &quot;It&#039;s an array!&quot; Else Response.Write &quot;Nope, it&#039;s not an array!&quot;&lt;/p&gt;
&lt;p&gt;You will generate subscript errors when you try enumerating a string (not an array).&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Jul 2002 18:36:02 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1110980 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
