<?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: remove spaces from string in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839478#M381069</link>
    <description>&lt;P&gt;Using "delete from array" in a loop could get expensive with large inputs because the array in the shift register requires a new allocation in memory for each space found. I would not recommend that. Try to find an "in-place" solution. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, just do the following... &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forums.ni.com/ni/attachments/ni/170/381069/1/removeSpaces.png" border="0" width="326" height="104" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by altenbach on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 01-21-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 03:19 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 21 Jan 2009 23:19:36 GMT</pubDate>
    <dc:creator>altenbach</dc:creator>
    <dc:date>2009-01-21T23:19:36Z</dc:date>
    <item>
      <title>remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652257#M300930</link>
      <description>&lt;DIV&gt;Hello,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I have a string in the following format:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#ff0000" size="2"&gt;01 04 81 04 91 04 14 32&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I would like to remove the&amp;nbsp;spaces&amp;nbsp;such that the resultant string&amp;nbsp;would be:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;0104 8104 9104 1432&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Can you please help&amp;nbsp;me&amp;nbsp;accomplish this.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks,&lt;/DIV&gt;
&lt;DIV&gt;hiNi&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Feb 2008 16:43:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652257#M300930</guid>
      <dc:creator>hiNI</dc:creator>
      <dc:date>2008-02-11T16:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652267#M300934</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi hiNi&lt;/P&gt;
&lt;P&gt;you can transform your data to Byte array and run through a for loop. See the attachemt for an example.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2008 16:50:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652267#M300934</guid>
      <dc:creator>MikeS81</dc:creator>
      <dc:date>2008-02-11T16:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652268#M300935</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi hiNI,&lt;BR /&gt;&lt;BR /&gt;make a loop, feed the string to a shift register, in the loop you delete the &lt;STRIKE&gt;(i*i4+1)th character until (i*4+1)&amp;gt;length_of_string&lt;/STRIKE&gt;...&lt;BR /&gt;arghh-the math needs some tweaks and I have to leave&lt;SPAN&gt; &lt;img id="smileymad" class="emoticon emoticon-smileymad" src="https://ni.lithium.com/i/smilies/16x16_smiley-mad.gif" alt="Smiley Mad" title="Smiley Mad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;SPAN class="time_text"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by GerdW on &lt;SPAN class="date_text"&gt;02-11-2008&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:53 PM&lt;/SPAN&gt;</description>
      <pubDate>Mon, 11 Feb 2008 16:53:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652268#M300935</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2008-02-11T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652269#M300936</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Sooo... it seems you only want to remove the odd numbered spaces. right?&lt;/P&gt;
&lt;P&gt;To remove &lt;STRONG&gt;all &lt;/STRONG&gt;spaces, just do a global replace using "search and replace string" and replace "space" with&amp;nbsp; and empty string. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2008 16:51:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652269#M300936</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2008-02-11T16:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652326#M300957</link>
      <description>Try this.&amp;nbsp; It converts the string to a byte array and then decimate and interleave array functions are used to remove every other space.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Feb 2008 18:16:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652326#M300957</guid>
      <dc:creator>rpursley8</dc:creator>
      <dc:date>2008-02-11T18:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652338#M300962</link>
      <description>&lt;DIV&gt;THANK YOU all for your recommendations.&amp;nbsp; You have solved my dilema!!!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Sincerely,&lt;/DIV&gt;
&lt;DIV&gt;hiNi.&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Feb 2008 18:35:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/652338#M300962</guid>
      <dc:creator>hiNI</dc:creator>
      <dc:date>2008-02-11T18:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653678#M301486</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hello MikeS81,&lt;/P&gt;
&lt;P&gt;When I tried to put in a longer string:&lt;/P&gt;
&lt;P&gt;01 04 81 04 91 04 14 32 00 00 02 3F 20 00 00 00 2D FF A0 00 10 00 04 00 00 17 07 30 07 75 01 A1 07 93 00 10 1F CE 01 F9 1C 95 01 A4 00 0D 1F F2 00 1D 3E 67 04 40 3B BA 01 A5 3F E0 69 20 00 00 26 22 00 00 DA 9A 2D FD D2 82 26 22 8E CC C8 00 00 B6 3D 68 3F 3B 60 3C AE 12 24 02 3B 00 00 00 2A 28 00 80 00 04 3A FF 01 3C 40 C8 24 92 14 21 00 03 F0 00 08 64 04 0A 00 79 01 00 00 00 00 00 00 &lt;STRONG&gt;&lt;FONT color="#00cc00"&gt;F4 00 00&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;After I ran your Unbenannt 5.vi, this was the output that I got:&lt;/P&gt;
&lt;P&gt;0104 8104 9104 1432 0000 0232 0000 0002 0001 0000 4000 0170 7300 7750 1107 9300 1010 1919 5014 0001 2001 3670 4403 0153 0692 0000 0262 2000 0922 8226 2288 0000 6368 3360 3122 4023 0000 0022 8008 0000 4301 3408 2492 1421 0003 0000 8640 4000 7901 0000 0000 0000 &lt;FONT color="#ff0033"&gt;&lt;STRONG&gt;4000 0&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;As you can see, the last word does not correspond to the original word of F4 00.&amp;nbsp; I looked at your code, however, I can't seem to be able to fix it.&amp;nbsp;&amp;nbsp;Do you have a&amp;nbsp;quick solution to this problem.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;hiNi.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2008 15:38:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653678#M301486</guid>
      <dc:creator>hiNI</dc:creator>
      <dc:date>2008-02-13T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653694#M301490</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi hiNi,&lt;/P&gt;
&lt;P&gt;i change it for you. The only thing to change was the A..F ASCII Code in the Case structure.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2008 15:47:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653694#M301490</guid>
      <dc:creator>MikeS81</dc:creator>
      <dc:date>2008-02-13T15:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653702#M301492</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;THANK YOU!</description>
      <pubDate>Wed, 13 Feb 2008 15:56:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653702#M301492</guid>
      <dc:creator>hiNI</dc:creator>
      <dc:date>2008-02-13T15:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653798#M301535</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;If you don't want to deal with complicated loops, shift registers, built arrays,&amp;nbsp;and case structures, here's a &lt;STRONG&gt;loop-free version&lt;/STRONG&gt;.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;If your array ends in some odd character count, you might need to&amp;nbsp;tweak the result slightly by trimming. Basically, you would calculate the exact final string lenght and use it for the second reshape operation instead of using the product calculation.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Modify as needed. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;IMG src="http://forums.ni.com/attachments/ni/170/301535/1/deleteOddSpaces.png" /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by altenbach on &lt;SPAN class="date_text"&gt;02-13-2008&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;09:41 AM&lt;/SPAN&gt;</description>
      <pubDate>Wed, 13 Feb 2008 17:41:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653798#M301535</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2008-02-13T17:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653830#M301547</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Altenbach,&lt;/P&gt;
&lt;P&gt;47 minutes?&amp;nbsp; You must eat lunch at 11:00 &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&amp;nbsp; Very nice solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*****&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by lmtis on &lt;SPAN class="date_text"&gt;02-13-2008&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;12:10 PM&lt;/SPAN&gt;</description>
      <pubDate>Wed, 13 Feb 2008 18:10:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/653830#M301547</guid>
      <dc:creator>lmtis</dc:creator>
      <dc:date>2008-02-13T18:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/654040#M301639</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;THANK YOU!!!!</description>
      <pubDate>Wed, 13 Feb 2008 22:33:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/654040#M301639</guid>
      <dc:creator>hiNI</dc:creator>
      <dc:date>2008-02-13T22:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839370#M381029</link>
      <description>The attached is straightforward way to get rid of all spaces in a string.....Don</description>
      <pubDate>Wed, 21 Jan 2009 20:28:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839370#M381029</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2009-01-21T20:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839478#M381069</link>
      <description>&lt;P&gt;Using "delete from array" in a loop could get expensive with large inputs because the array in the shift register requires a new allocation in memory for each space found. I would not recommend that. Try to find an "in-place" solution. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, just do the following... &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forums.ni.com/ni/attachments/ni/170/381069/1/removeSpaces.png" border="0" width="326" height="104" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by altenbach on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 01-21-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 03:19 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jan 2009 23:19:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839478#M381069</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2009-01-21T23:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839912#M381255</link>
      <description>&lt;P&gt;I actually tried this earlier but I tried to use a string constant with a space in it as the string to replace instead of using the space constant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I now (or know again) about the space constant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed this is a better solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2009 16:06:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839912#M381255</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2009-01-22T16:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839928#M381261</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;DonRoth wrote: &lt;BR /&gt;&lt;P&gt;I actually tried this earlier but I tried to use a string constant with a space in it as the string to replace instead of using the space constant.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That should work equally well, though. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2009 16:19:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839928#M381261</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2009-01-22T16:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839935#M381266</link>
      <description>Actually you are right, I think I used the string constant without putting a space in it!&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by DonRoth on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 01-22-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 10:37 AM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Jan 2009 16:37:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839935#M381266</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2009-01-22T16:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839949#M381274</link>
      <description>&lt;P&gt;Yes, that's probably one of the more confusing behaviors: An empty string constant gets shorter (horizontally) when you type a "space" in it using a proportional font. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would typically set the display to \-codes to make it more readable.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2009 16:46:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839949#M381274</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2009-01-22T16:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: remove spaces from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839954#M381276</link>
      <description>Had I set to 'codes display', I would have discovered my mistake so that is always a&amp;nbsp;good check when dealing with delimiters and such.</description>
      <pubDate>Thu, 22 Jan 2009 16:52:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/remove-spaces-from-string/m-p/839954#M381276</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2009-01-22T16:52:36Z</dc:date>
    </item>
  </channel>
</rss>

