<?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: Replacing elements in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318621#M164609</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;I have Labview 7. Does that mean I cant do it?</description>
    <pubDate>Wed, 01 Feb 2006 15:01:26 GMT</pubDate>
    <dc:creator>b_lee</dc:creator>
    <dc:date>2006-02-01T15:01:26Z</dc:date>
    <item>
      <title>Replacing elements</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318609#M164601</link>
      <description>&lt;DIV&gt;Is there any way to replace functions without having to do it manually? In C, the replace function allows you to type a word and replace all of them with another. Can I do that in Labview e.g. visa session 1 replace all of them with visa session 2?&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Feb 2006 14:50:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318609#M164601</guid>
      <dc:creator>b_lee</dc:creator>
      <dc:date>2006-02-01T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing elements</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318616#M164604</link>
      <description>You can use a case structure to select from a predefined list of functions, provided that all cases can use the same inputs and outputs.  There has also been some discussion of scripting, which is not officially supported.&lt;BR /&gt;&lt;BR /&gt;Lynn</description>
      <pubDate>Wed, 01 Feb 2006 14:56:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318616#M164604</guid>
      <dc:creator>johnsold</dc:creator>
      <dc:date>2006-02-01T14:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing elements</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318620#M164608</link>
      <description>If you have LabVIEW 8 you can. 
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:00:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318620#M164608</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2006-02-01T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing elements</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318621#M164609</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;I have Labview 7. Does that mean I cant do it?</description>
      <pubDate>Wed, 01 Feb 2006 15:01:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318621#M164609</guid>
      <dc:creator>b_lee</dc:creator>
      <dc:date>2006-02-01T15:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing elements</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318626#M164610</link>
      <description>That's right. This is just one of many features that makes the upgrade worthwhile. I just hope my management agrees and approves it for me&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://ni.lithium.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:05:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318626#M164610</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2006-02-01T15:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing elements</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318631#M164613</link>
      <description>well so much for that idea...guess I'll have to find them all and change them manually. Damn...lol
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:07:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/318631#M164613</guid>
      <dc:creator>b_lee</dc:creator>
      <dc:date>2006-02-01T15:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing elements</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/319195#M164865</link>
      <description>On the plus side, you can at least find them by searching on the text string.&amp;nbsp; I know that's a poor second, but it is better than crawling the code manually.&amp;nbsp; Load everything you think might have the name and go for it.&amp;nbsp; If you may have this happen again, consider using strict typedefs.&amp;nbsp; Then you only have to change it in one place and the others will update automatically.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Feb 2006 14:31:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Replacing-elements/m-p/319195#M164865</guid>
      <dc:creator>DFGray</dc:creator>
      <dc:date>2006-02-02T14:31:52Z</dc:date>
    </item>
  </channel>
</rss>

