<?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 unused characters from string in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874951#M634530</link>
    <description>&lt;P&gt;yes, 0x00 and \00, NULL character. the string I posted is in Hex mode.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2012 21:46:24 GMT</pubDate>
    <dc:creator>concorpoly</dc:creator>
    <dc:date>2012-02-13T21:46:24Z</dc:date>
    <item>
      <title>Remove unused characters from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874933#M634525</link>
      <description>&lt;P&gt;Hi, I try to remove unused characters from a string, but I can't find a function to do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The string like: 0000 0000 0000 0000 0000 0000 0130 3130 3030 3030 3004 0000 0000 0000 0000 0000 0000 0000 ,&amp;nbsp; I need the characters from 01 to 04.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need some tips.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 21:41:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874933#M634525</guid>
      <dc:creator>concorpoly</dc:creator>
      <dc:date>2012-02-13T21:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unused characters from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874941#M634527</link>
      <description>&lt;P&gt;&lt;A href="https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/functions/string-subset.html" target="_self"&gt;String subset&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Is your example string displayed in hex?)&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 14:29:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874941#M634527</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2026-03-20T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unused characters from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874945#M634529</link>
      <description>&lt;P&gt;First, what defines an "unused character"? &amp;nbsp;Are all the unused characters 00? Can 00 ever occur in the desired data? &amp;nbsp;Are the characters 01 and 04 always the first and last characters? Can either of those characters occur in the data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Removing characters is not difficult. &amp;nbsp;There are several string and array functions which may be used. &amp;nbsp;To decide which to use and how to use it, the decision making porcess muct be defined first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lynn&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 21:45:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874945#M634529</guid>
      <dc:creator>johnsold</dc:creator>
      <dc:date>2012-02-13T21:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unused characters from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874951#M634530</link>
      <description>&lt;P&gt;yes, 0x00 and \00, NULL character. the string I posted is in Hex mode.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 21:46:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874951#M634530</guid>
      <dc:creator>concorpoly</dc:creator>
      <dc:date>2012-02-13T21:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unused characters from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874997#M634537</link>
      <description>&lt;P&gt;yes,unused characters are&amp;nbsp; 0x00 and \00, NULL character&amp;nbsp; the string I posted is in Hex mode.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 22:14:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1874997#M634537</guid>
      <dc:creator>concorpoly</dc:creator>
      <dc:date>2012-02-13T22:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unused characters from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1875563#M634631</link>
      <description>&lt;P&gt;You could use Search and Replace String to remove the null characters.&amp;nbsp; It doesn't help if you have valid nulls within your data, but it's a start.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/66041iD5F0D913A5C428AC/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Example_VI.png" title="Example_VI.png" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 11:18:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1875563#M634631</guid>
      <dc:creator>jcarmody</dc:creator>
      <dc:date>2012-02-14T11:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unused characters from string</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1875611#M634637</link>
      <description>&lt;P&gt;If the characters between the SOH and EOT did have an NULL, then &lt;A href="https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/regexp/match-regular-expression-xnode.html" target="_self"&gt;Match Regular Expression&lt;/A&gt; might be a choice:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find \x01, find anything BUT \x04, then find \x04&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SOH - EOT.JPG" style="width: 564px;"&gt;&lt;img src="https://ip1.i.lithium.com/31482a71b9c977a418a8936cc773690d6cc5cc35/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f363630343969393137383332303937414236463038462f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="SOH - EOT.JPG" alt="SOH - EOT.JPG" /&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 14:30:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Remove-unused-characters-from-string/m-p/1875611#M634637</guid>
      <dc:creator>PhillipBrooks</dc:creator>
      <dc:date>2026-03-20T14:30:00Z</dc:date>
    </item>
  </channel>
</rss>

