<?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: Array to Spreadsheet String and Spreadsheet String to Array in G Web Development Software</title>
    <link>https://ni.lithium.com/t5/G-Web-Development-Software/Array-to-Spreadsheet-String-and-Spreadsheet-String-to-Array/m-p/4293730#M486</link>
    <description>&lt;P&gt;The easiest route is perhaps a for loop over all of the string elements and on every iteration past 0 you also prepend the separator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to be a bit more optimal you first iterate over the elements to sum up the total resulting string length (don't forget to include the (number of elements minus 1) * size of separator), allocate a string of that length, and do replace subset across the new string for each element.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2023 14:47:01 GMT</pubDate>
    <dc:creator>IlluminatedG</dc:creator>
    <dc:date>2023-03-27T14:47:01Z</dc:date>
    <item>
      <title>Array to Spreadsheet String and Spreadsheet String to Array</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/Array-to-Spreadsheet-String-and-Spreadsheet-String-to-Array/m-p/4293711#M485</link>
      <description>&lt;P&gt;I have a need to use the same functionality as the LabView&amp;nbsp;Array to Spreadsheet String and Spreadsheet String to Array VIs in order to process comma-separate strings in tags.&amp;nbsp; But, I don't see these in the available GWeb VIs.&amp;nbsp; Are these available somewhere else?&amp;nbsp; If not, I'll have to reproduce them (any suggestions on the best way would be appreciated).&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 14:21:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/Array-to-Spreadsheet-String-and-Spreadsheet-String-to-Array/m-p/4293711#M485</guid>
      <dc:creator>johnsmith2022</dc:creator>
      <dc:date>2023-03-27T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Array to Spreadsheet String and Spreadsheet String to Array</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/Array-to-Spreadsheet-String-and-Spreadsheet-String-to-Array/m-p/4293730#M486</link>
      <description>&lt;P&gt;The easiest route is perhaps a for loop over all of the string elements and on every iteration past 0 you also prepend the separator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to be a bit more optimal you first iterate over the elements to sum up the total resulting string length (don't forget to include the (number of elements minus 1) * size of separator), allocate a string of that length, and do replace subset across the new string for each element.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 14:47:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/Array-to-Spreadsheet-String-and-Spreadsheet-String-to-Array/m-p/4293730#M486</guid>
      <dc:creator>IlluminatedG</dc:creator>
      <dc:date>2023-03-27T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Array to Spreadsheet String and Spreadsheet String to Array</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/Array-to-Spreadsheet-String-and-Spreadsheet-String-to-Array/m-p/4293734#M487</link>
      <description>&lt;P&gt;Thank you for your quick response.&amp;nbsp; And the reverse to take a tag value that is a comma separate string; parse each substring with string subset, or search/split string and create a 1D array of substrings?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 15:00:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/Array-to-Spreadsheet-String-and-Spreadsheet-String-to-Array/m-p/4293734#M487</guid>
      <dc:creator>johnsmith2022</dc:creator>
      <dc:date>2023-03-27T15:00:16Z</dc:date>
    </item>
  </channel>
</rss>

