<?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: search 1D array indices problem in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009421#M660403</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/95384"&gt;@ben64&lt;/a&gt; wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;There is a small (minor) issue with this, if you have a single 1 its index will be in the output twice (for the 0-1 and 1-0 transitions). Note that it migt be ok, it depend on what the OP wants.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Wow. Good eye. Kudos&lt;/P&gt;</description>
    <pubDate>Tue, 29 May 2012 21:33:47 GMT</pubDate>
    <dc:creator>JW-JnJ</dc:creator>
    <dc:date>2012-05-29T21:33:47Z</dc:date>
    <item>
      <title>search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2008825#M660296</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello All &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm trying do my project in labview, but I'm getting stuck&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have 1D array &lt;SPAN&gt;consists of series of 1 and 0&lt;/SPAN&gt;&amp;nbsp;like this --&amp;gt; &amp;nbsp;1 1 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;but I'm interested on finding the indices of 1 which are only the start and end point of the series&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;for example: input is 1 1 1 0 0 0 1 1 1 1 0 0 1 1 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the output should be 0 2 6 9 12 14&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 15:46:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2008825#M660296</guid>
      <dc:creator>midori2</dc:creator>
      <dc:date>2012-05-29T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2008849#M660302</link>
      <description>&lt;P&gt;Sounds like you need a for loop with a couple of shift registers.&amp;nbsp; One shift register should be used hold the previous value and another to keep the array indecies.&amp;nbsp; Compare the previous value to the current one, if they are different add the index to the array using the build array function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What have you tried so far?&amp;nbsp; Give us some code and explain where you are stuck.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 15:54:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2008849#M660302</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2012-05-29T15:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2008923#M660311</link>
      <description>&lt;P&gt;&lt;SPAN&gt;right now i just got the indices of 1's using while loop but i cannot find the indices of each 1's series&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 16:26:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2008923#M660311</guid>
      <dc:creator>midori2</dc:creator>
      <dc:date>2012-05-29T16:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2008991#M660325</link>
      <description>&lt;P&gt;I think the way you're searching is flawed.&amp;nbsp; Like I said earlier, I would look for changes in the array values and store those indices.&amp;nbsp; I was also playing with your original code and alternated what to search for (1 and 0).&amp;nbsp; Either solution should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I decided to build upon what you already had.&amp;nbsp; I used the remainder of (i+1)/2 to alternate between searching for 1 and 0.&amp;nbsp; I will admit that this is not a final solution (I can't just give you an answer).&amp;nbsp; You will need to account for when the new value is a 0 (subtract 1 from the index) and add the last index if it is a 1 and wasn't already included.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/cc650283ede4dac653934028ff7099b0943f40a3/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f373636323569394144454134443744324643313836332f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="findindices1_BD.png" title="findindices1_BD.png" align="middle" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 17:04:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2008991#M660325</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2012-05-29T17:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009139#M660353</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;two more ideas:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ni.lithium.com/t5/image/serverpage/image-id/76637i3764BECE091D7DC0/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="check.png" title="check.png" align="middle" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 18:33:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009139#M660353</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2012-05-29T18:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009185#M660361</link>
      <description>&lt;P&gt;And one more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/76643i9BEEADB77796A667/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Search Array Index.png" title="Search Array Index.png" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 18:57:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009185#M660361</guid>
      <dc:creator>ben64</dc:creator>
      <dc:date>2012-05-29T18:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009213#M660367</link>
      <description>&lt;P&gt;ben64,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; That's a great way to do it.&amp;nbsp; It removes the extra logic I needed in order to get the last element and the need to subtract the index for transitions to 0.&amp;nbsp; My only thing is that I would put the build array in a case structure to save some memory.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 19:08:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009213#M660367</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2012-05-29T19:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009217#M660368</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/16916"&gt;@GerdW&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;two more ideas:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ni.lithium.com/t5/image/serverpage/image-id/76637i3764BECE091D7DC0/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="check.png" title="check.png" align="middle" /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Gerd, you might be having a little too much fun with those Pt-by-Pt VIs....&amp;nbsp; In all seriousness, I really need to look at them.&amp;nbsp; They seem VERY useful.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 19:09:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009217#M660368</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2012-05-29T19:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009353#M660391</link>
      <description>&lt;P&gt;Ok, I know this is already solved, but I wanted to have fun.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/5afa31484a9d823dbe094246c85ec883954d252b/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f373636363369433631354433383246344432393643452f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="Find 1s.png" title="Find 1s.png" align="middle" /&gt;&lt;/P&gt;
&lt;P&gt;A bit more obscure, but smaller.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 20:41:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009353#M660391</guid>
      <dc:creator>JW-JnJ</dc:creator>
      <dc:date>2012-05-29T20:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009373#M660395</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/41395"&gt;@JW&lt;/a&gt;-L3CE wrote:&lt;BR /&gt;
&lt;P&gt;Ok, I know this is already solved, but I wanted to have fun.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/5afa31484a9d823dbe094246c85ec883954d252b/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f373636363369433631354433383246344432393643452f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="Find 1s.png" title="Find 1s.png" align="middle" /&gt;&lt;/P&gt;
&lt;P&gt;A bit more obscure, but smaller.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yeah, I can tell I've rubbed off on you at least a little bit.&amp;nbsp; That was my original train of thought.&amp;nbsp; I abandoned it however because I was trying to help the OP think through the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 20:54:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009373#M660395</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2012-05-29T20:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009393#M660398</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/75897"&gt;@crossrulz&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/41395"&gt;@JW&lt;/a&gt;-L3CE wrote:&lt;BR /&gt;
&lt;P&gt;Ok, I know this is already solved, but I wanted to have fun.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/5afa31484a9d823dbe094246c85ec883954d252b/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f373636363369433631354433383246344432393643452f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="Find 1s.png" title="Find 1s.png" align="middle" /&gt;&lt;/P&gt;
&lt;P&gt;A bit more obscure, but smaller.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yeah, I can tell I've rubbed off on you at least a little bit.&amp;nbsp; That was my original train of thought.&amp;nbsp; I abandoned it however because I was trying to help the OP think through the problem.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Good point, I should explain for the OP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It works by subtracting the current value from the previous value.&lt;/P&gt;
&lt;P&gt;If you get a 0-&amp;gt;1 transition, the subtraction results in a 1 and the current index is added (the "1" case).&lt;/P&gt;
&lt;P&gt;If you get a 1-&amp;gt;0 transition, the subtraction results in a -1 and the previous index is added (the "-1" case).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last 0 is added to the array so that you can catch a 1 at the end of the array. If the last element is a 1, it will reach the end and subtract 0-1, get a "-1" result, and report the previous index (the REAL last index, not the added one)&lt;/P&gt;
&lt;P&gt;The shift register is initialized to 0 so you can catch 1's at the start of the array. This would subtract 1-0 and get a "1" case.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 21:08:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009393#M660398</guid>
      <dc:creator>JW-JnJ</dc:creator>
      <dc:date>2012-05-29T21:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009419#M660402</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/41395"&gt;@JW&lt;/a&gt;-L3CE wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/75897"&gt;@crossrulz&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/41395"&gt;@JW&lt;/a&gt;-L3CE wrote:&lt;BR /&gt;
&lt;P&gt;Ok, I know this is already solved, but I wanted to have fun.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/76663iC615D382F4D296CE/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Find 1s.png" title="Find 1s.png" align="middle" /&gt;&lt;/P&gt;
&lt;P&gt;A bit more obscure, but smaller.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yeah, I can tell I've rubbed off on you at least a little bit.&amp;nbsp; That was my original train of thought.&amp;nbsp; I abandoned it however because I was trying to help the OP think through the problem.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Good point, I should explain for the OP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It works by subtracting the current value from the previous value.&lt;/P&gt;
&lt;P&gt;If you get a 0-&amp;gt;1 transition, the subtraction results in a 1 and the current index is added (the "1" case).&lt;/P&gt;
&lt;P&gt;If you get a 1-&amp;gt;0 transition, the subtraction results in a -1 and the previous index is added (the "-1" case).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last 0 is added to the array so that you can catch a 1 at the end of the array. If the last element is a 1, it will reach the end and subtract 0-1, get a "-1" result, and report the previous index (the REAL last index, not the added one)&lt;/P&gt;
&lt;P&gt;The shift register is initialized to 0 so you can catch 1's at the start of the array. This would subtract 1-0 and get a "1" case.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There is a small (minor) issue with this, if you have a single 1 its index will be in the output twice (for the 0-1 and 1-0 transitions). Note that it migt be ok, it depend on what the OP wants.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 21:30:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009419#M660402</guid>
      <dc:creator>ben64</dc:creator>
      <dc:date>2012-05-29T21:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009421#M660403</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/95384"&gt;@ben64&lt;/a&gt; wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;There is a small (minor) issue with this, if you have a single 1 its index will be in the output twice (for the 0-1 and 1-0 transitions). Note that it migt be ok, it depend on what the OP wants.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben64&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Wow. Good eye. Kudos&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2012 21:33:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009421#M660403</guid>
      <dc:creator>JW-JnJ</dc:creator>
      <dc:date>2012-05-29T21:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009703#M660446</link>
      <description>&lt;P&gt;Thanks all of you!!! that's very helpful!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Crossrulz .. now i'm trying to follow your solution , i've already subtracted the indices of o's by 1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you give me the suggest after that about how to add the last column of index to array&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 02:46:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2009703#M660446</guid>
      <dc:creator>midori2</dc:creator>
      <dc:date>2012-05-30T02:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: search 1D array indices problem</title>
      <link>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2010205#M660551</link>
      <description>&lt;P&gt;The simple way is to append a 0 to the array before running through the loop.&amp;nbsp; This way you will see a transition from 1 to 0 (grab the previous index) or 0 to 0 (which you don't care about).&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 11:53:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/search-1D-array-indices-problem/m-p/2010205#M660551</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2012-05-30T11:53:07Z</dc:date>
    </item>
  </channel>
</rss>

