<?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 command line arguments in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/2#M2</link>
    <description>Does anyone know if it is possible to take in command line arguments using&lt;BR /&gt;LabVIEW, then use the parameter to configure the program??&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;David &lt;BR /&gt;</description>
    <pubDate>Wed, 12 May 1999 10:03:47 GMT</pubDate>
    <dc:creator>David GD Wilson</dc:creator>
    <dc:date>1999-05-12T10:03:47Z</dc:date>
    <item>
      <title>command line arguments</title>
      <link>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/2#M2</link>
      <description>Does anyone know if it is possible to take in command line arguments using&lt;BR /&gt;LabVIEW, then use the parameter to configure the program??&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;David &lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 1999 10:03:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/2#M2</guid>
      <dc:creator>David GD Wilson</dc:creator>
      <dc:date>1999-05-12T10:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: command line arguments</title>
      <link>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/3#M3</link>
      <description>Man, there's got to be an easier way to navigate the forums.  That's alotta clicks to get to the end of the unanswered questions.  Any possibility of a "jump to" option (hint hint webmaster/moderator if any exist)?&lt;BR /&gt;&lt;BR /&gt;This one was already answered (and it only took 2 yrs:) at:&lt;BR /&gt;http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&amp;amp;RPAGEID=135&amp;amp;HOID=50650000000800000075280000&amp;amp;UCATEGORY_0=_49_%24_6_&amp;amp;UCATEGORY_S=0&amp;amp;USEARCHCONTEXT_QUESTION_0=command+line+arguments&amp;amp;USEARCHCONTEXT_QUESTION_S=0 &lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jul 2003 22:14:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/3#M3</guid>
      <dc:creator>Jonnie_5</dc:creator>
      <dc:date>2003-07-12T22:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: command line arguments</title>
      <link>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/634682#M293554</link>
      <description>When you build a LV application, you can configure an option to pass command line arguments to your program. Sorry I don't recall off the top of my head which page it's on, but it is there -- I've used it! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Then, you can use the Application property node and choose Application&amp;gt;&amp;gt;Command Line Arguments. You'll get an array of strings from which you can parse your arguments.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Jan 2008 15:22:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/634682#M293554</guid>
      <dc:creator>intvsteve</dc:creator>
      <dc:date>2008-01-08T15:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: command line arguments</title>
      <link>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/634683#M293555</link>
      <description>You can use www.tinyurl.com for trimming those pesky long URLs. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Works like a charm.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Jan 2008 15:24:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/634683#M293555</guid>
      <dc:creator>intvsteve</dc:creator>
      <dc:date>2008-01-08T15:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: command line arguments</title>
      <link>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/634717#M293573</link>
      <description>&lt;DIV&gt;intvsteve:&amp;nbsp; You've responded to messages written in 1999 and 2003.&amp;nbsp; Just a bit late, are you?&amp;nbsp; &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;</description>
      <pubDate>Tue, 08 Jan 2008 16:04:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/634717#M293573</guid>
      <dc:creator>tbob</dc:creator>
      <dc:date>2008-01-08T16:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: command line arguments</title>
      <link>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/634741#M293586</link>
      <description>Who, me?&lt;BR /&gt;&lt;BR /&gt;Actually, just after posting, I realized that I'd hit &amp;gt;&amp;gt; rather than 'Next' ... *blush*&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Jan 2008 16:26:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/command-line-arguments/m-p/634741#M293586</guid>
      <dc:creator>intvsteve</dc:creator>
      <dc:date>2008-01-08T16:26:48Z</dc:date>
    </item>
  </channel>
</rss>

