<?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 Newbie conversion question! in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Newbie-conversion-question/m-p/3728#M2829</link>
    <description>Need help converting a string of the following format; "0 -84 0 1 2455" into&lt;BR /&gt;an array.&lt;BR /&gt;Is there a straightforward way of doing this?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Mike &lt;BR /&gt;</description>
    <pubDate>Tue, 09 May 2000 14:03:25 GMT</pubDate>
    <dc:creator>Mike</dc:creator>
    <dc:date>2000-05-09T14:03:25Z</dc:date>
    <item>
      <title>Newbie conversion question!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Newbie-conversion-question/m-p/3728#M2829</link>
      <description>Need help converting a string of the following format; "0 -84 0 1 2455" into&lt;BR /&gt;an array.&lt;BR /&gt;Is there a straightforward way of doing this?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Mike &lt;BR /&gt;</description>
      <pubDate>Tue, 09 May 2000 14:03:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Newbie-conversion-question/m-p/3728#M2829</guid>
      <dc:creator>Mike</dc:creator>
      <dc:date>2000-05-09T14:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie conversion question!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Newbie-conversion-question/m-p/3729#M2830</link>
      <description>On 9 May 2000 09:03:25 -0500, "Mike" &lt;MIKE.KEMANI&gt;&lt;BR /&gt;wrote:&lt;BR /&gt;&amp;gt;Need help converting a string of the following format; "0 -84 0 1 2455" into&lt;BR /&gt;&amp;gt;an array.&lt;BR /&gt;&amp;gt;Is there a straightforward way of doing this?&lt;BR /&gt;&lt;BR /&gt;In the string palette find the function&lt;BR /&gt;  Spreadsheet String To Array&lt;BR /&gt;wire&lt;BR /&gt;- a string constant with a space to input 'delimiter'&lt;BR /&gt;- a string constant with "%d" (or "&amp;amp;f") to input 'format string'&lt;BR /&gt;- an empty array of the same data type as you want to input&lt;BR /&gt;  'array type'&lt;BR /&gt;- your data string to input 'spreadsheet string'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Rolf &lt;BR /&gt;&lt;/MIKE.KEMANI&gt;</description>
      <pubDate>Tue, 09 May 2000 14:49:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Newbie-conversion-question/m-p/3729#M2830</guid>
      <dc:creator>RolfO</dc:creator>
      <dc:date>2000-05-09T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie conversion question!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Newbie-conversion-question/m-p/3730#M2831</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;there may be an easier way, but one solution is to use the 'search string'&lt;BR /&gt;function  to search for blanks.  the function  returns the string before&lt;BR /&gt;and after the blank.  you can wire the before portion to a build array function&lt;BR /&gt;and the after portion to another 'search string' function.  do this for each&lt;BR /&gt;blank and connect each before string to the build array function. hope this&lt;BR /&gt;helps&lt;BR /&gt;&lt;BR /&gt;pat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"Mike" &lt;MIKE.KEMANI&gt; wrote:&lt;BR /&gt;&amp;gt;&amp;gt;Need help converting a string of the following format; "0 -84 0 1 2455"&lt;BR /&gt;into&amp;gt;an array.&amp;gt;Is there a straightforward way of doing this?&amp;gt;&amp;gt;Best Regards,&amp;gt;&amp;gt;Mike &lt;BR /&gt;&lt;/MIKE.KEMANI&gt;</description>
      <pubDate>Tue, 09 May 2000 15:05:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Newbie-conversion-question/m-p/3730#M2831</guid>
      <dc:creator>sincebaugh</dc:creator>
      <dc:date>2000-05-09T15:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie conversion question!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Newbie-conversion-question/m-p/3731#M2832</link>
      <description>"Mike" &lt;MIKE.KEMANI&gt; wrote:&lt;BR /&gt;&amp;gt;&amp;gt;Need help converting a string of the following format; "0 -84 0 1 2455"&lt;BR /&gt;into&amp;gt;an array.&amp;gt;Is there a straightforward way of doing this?&amp;gt;&amp;gt;Best Regards,&amp;gt;&amp;gt;Mike&lt;BR /&gt;&lt;BR /&gt;If you want every character as a byte in an array use the string to array&lt;BR /&gt;function found in the string palette&lt;BR /&gt;&lt;BR /&gt;if you need the separate numbers in an array of integers look in the examples&lt;BR /&gt;for strings&lt;BR /&gt;&lt;BR /&gt;I forgot the name of the example but it converts numbers from a string into&lt;BR /&gt;an array of numbers. something like extract numbers.vi &lt;BR /&gt;&lt;/MIKE.KEMANI&gt;</description>
      <pubDate>Tue, 09 May 2000 17:31:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Newbie-conversion-question/m-p/3731#M2832</guid>
      <dc:creator>Albert.Geven</dc:creator>
      <dc:date>2000-05-09T17:31:18Z</dc:date>
    </item>
  </channel>
</rss>

