<?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: spreadsheet string to array or Read Spreadsheetfile into Array in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/380961#M190887</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;What did you specify as the delimiter? Your columns are separated by spaces so that is what you should be using.</description>
    <pubDate>Tue, 20 Jun 2006 15:03:38 GMT</pubDate>
    <dc:creator>Dennis_Knutson</dc:creator>
    <dc:date>2006-06-20T15:03:38Z</dc:date>
    <item>
      <title>spreadsheet string to array or Read Spreadsheetfile into Array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/380947#M190879</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;I am using this attched txt-file (spreadsheet file)&amp;nbsp;to read out the data to an array, but I get only the first column into the 2-D&amp;nbsp;array. All the other columns are not read into it.&lt;/DIV&gt;
&lt;DIV&gt;What do I wrong?&lt;/DIV&gt;
&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jun 2006 14:51:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/380947#M190879</guid>
      <dc:creator>Y3G</dc:creator>
      <dc:date>2006-06-20T14:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: spreadsheet string to array or Read Spreadsheetfile into Array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/380961#M190887</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;What did you specify as the delimiter? Your columns are separated by spaces so that is what you should be using.</description>
      <pubDate>Tue, 20 Jun 2006 15:03:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/380961#M190887</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2006-06-20T15:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: spreadsheet string to array or Read Spreadsheetfile into Array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/381341#M191074</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I used space (/s) as delimiter indication but it didn't work either.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2006 06:54:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/381341#M191074</guid>
      <dc:creator>Y3G</dc:creator>
      <dc:date>2006-06-21T06:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: spreadsheet string to array or Read Spreadsheetfile into Array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/381480#M191136</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;I don't know what could be wrong. I used a \s and I was able to read all columns. You do realize that the data will not start until row 11 don't you?</description>
      <pubDate>Wed, 21 Jun 2006 13:12:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/381480#M191136</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2006-06-21T13:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: spreadsheet string to array or Read Spreadsheetfile into Array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/381526#M191155</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Yes Thanks,&lt;/P&gt;
&lt;P&gt;I realized it myself after reading the HELP on the following String Control:&lt;/P&gt;
&lt;P&gt;"Right-click a string control or indicator and select &lt;STRONG&gt;'\' Codes Display&lt;/STRONG&gt; from the shortcut menu to instruct LabVIEW to interpret characters that immediately follow a backslash (\) as a code for non-displayable characters.&lt;!-- end parent = um 4400Estrings KM --&gt; The backslash mode is useful for debugging VIs and for sending non-displayable characters to instruments, serial ports, and other devices. The following list shows how LabVIEW interprets these codes."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just after that it accepted my /s.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2006 14:05:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/spreadsheet-string-to-array-or-Read-Spreadsheetfile-into-Array/m-p/381526#M191155</guid>
      <dc:creator>Y3G</dc:creator>
      <dc:date>2006-06-21T14:05:41Z</dc:date>
    </item>
  </channel>
</rss>

