<?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 Re: converting a 2-D string array to a 1-D string array in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177185#M511367</link>
    <description>&lt;P&gt;***message deleted****&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2010 06:10:16 GMT</pubDate>
    <dc:creator>muks</dc:creator>
    <dc:date>2010-07-12T06:10:16Z</dc:date>
    <item>
      <title>converting a 2-D string array to a 1-D string array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177139#M511357</link>
      <description>&lt;P&gt;Hello Every one,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Iam trying to convert a 2-D string array, to a 1-D string array, I could achieve it to some extent. The problem with my code is its keeping on appending to the 1-D array with its previous results, every time I run it. I want to display the values only once. Can any one please fix this problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 05:07:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177139#M511357</guid>
      <dc:creator>Raghu123</dc:creator>
      <dc:date>2010-07-12T05:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: converting a 2-D string array to a 1-D string array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177153#M511360</link>
      <description>&lt;P&gt;It is your uninitialized shift register.&amp;nbsp; With no initializaion, the shift register retains the data between runs of the VI.&amp;nbsp; Right click on you left hand shift register and choose Create Constant.&amp;nbsp;&amp;nbsp; The empty 1-D string array will clear the shift register upon every execution of your VI.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 05:25:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177153#M511360</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2010-07-12T05:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: converting a 2-D string array to a 1-D string array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177163#M511363</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems you are appending each element with your Un initialized shift register to get a 1D array, which will not be more efficient when the Array Size increases,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is the code, which will replace the Array elements and&amp;nbsp; will not consume more memory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AshwiN,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 05:47:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177163#M511363</guid>
      <dc:creator>Ashwin_S</dc:creator>
      <dc:date>2010-07-12T05:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: converting a 2-D string array to a 1-D string array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177175#M511365</link>
      <description>&lt;P&gt;Thanxs, &lt;A id="link_109" class="lia-page-link lia-link-navigation" style="color: #666666;" rel="nofollow" href="https://ni.lithium.com/../user/viewprofilepage/user-id/63946" target="_self"&gt;&lt;SPAN class="login-bold"&gt;&lt;/SPAN&gt;&lt;/A&gt;Ravens and Ashwin for your suggestions. I am able to create a 1-D array now as desired.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 06:01:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177175#M511365</guid>
      <dc:creator>Raghu123</dc:creator>
      <dc:date>2010-07-12T06:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: converting a 2-D string array to a 1-D string array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177185#M511367</link>
      <description>&lt;P&gt;***message deleted****&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 06:10:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177185#M511367</guid>
      <dc:creator>muks</dc:creator>
      <dc:date>2010-07-12T06:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: converting a 2-D string array to a 1-D string array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177551#M511430</link>
      <description>&lt;P&gt;&amp;nbsp;A little simpler way to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/ni/attachments/ni/170/511430/1/2DArrayto1DArray.png" border="0" width="298" height="98" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 11:51:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/converting-a-2-D-string-array-to-a-1-D-string-array/m-p/1177551#M511430</guid>
      <dc:creator>Wayne.C</dc:creator>
      <dc:date>2010-07-12T11:51:30Z</dc:date>
    </item>
  </channel>
</rss>

