<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Array Error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Array-Error/m-p/23861#M12921</link>
    <description>&lt;P&gt;Since I can not find how to post new I will post here. This code provided by teh developer guide triggers an error on reading the array. Any ideas why:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Array response_array = post_response.Split('|');&lt;BR /&gt;int ResponseCode = response_array[0];&lt;BR /&gt;resultSpan.Text = ResponseCode.ToString();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Mar 2012 19:37:18 GMT</pubDate>
    <dc:creator>BradCowart</dc:creator>
    <dc:date>2012-03-06T19:37:18Z</dc:date>
    <item>
      <title>Array Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Array-Error/m-p/23861#M12921</link>
      <description>&lt;P&gt;Since I can not find how to post new I will post here. This code provided by teh developer guide triggers an error on reading the array. Any ideas why:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Array response_array = post_response.Split('|');&lt;BR /&gt;int ResponseCode = response_array[0];&lt;BR /&gt;resultSpan.Text = ResponseCode.ToString();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 19:37:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Array-Error/m-p/23861#M12921</guid>
      <dc:creator>BradCowart</dc:creator>
      <dc:date>2012-03-06T19:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Array Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Array-Error/m-p/24077#M12926</link>
      <description>&lt;P&gt;What error are you getting? Which line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My guess is that your&amp;nbsp;delimited char is not pipe '|' and getting an error on int ResponseCode = response_array[0];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you run in debug to see what in post_response before you do the split?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 20:22:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Array-Error/m-p/24077#M12926</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-03-06T20:22:59Z</dc:date>
    </item>
  </channel>
</rss>

