<?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 first 7 digits from a field in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/remove-first-7-digits-from-a-field/m-p/490144#M16379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is there isn't a static # of characters on the right that can remain in the result. The first 7 characters need to be removed in all instances, though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help, I should have specified that originally.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2011 20:06:26 GMT</pubDate>
    <dc:creator>SeanKroencke</dc:creator>
    <dc:date>2011-09-20T20:06:26Z</dc:date>
    <item>
      <title>Remove first 7 digits from a field</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/remove-first-7-digits-from-a-field/m-p/490142#M16377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to run a Field Calculator on a field to simply remove the first 7 digits of the field. How do I do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 17:54:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/remove-first-7-digits-from-a-field/m-p/490142#M16377</guid>
      <dc:creator>SeanKroencke</dc:creator>
      <dc:date>2011-09-20T17:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove first 7 digits from a field</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/remove-first-7-digits-from-a-field/m-p/490143#M16378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://www.w3schools.com/vbscript/vbscript_ref_functions.asp"&gt;VBScript&lt;/A&gt;&lt;SPAN&gt;: use a combination of CStr (to convert your number to a string), Len (to get the total number of characters), and Right (to grab only characters at the right hand end of your string [total minus 7]).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 20:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/remove-first-7-digits-from-a-field/m-p/490143#M16378</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-09-20T20:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove first 7 digits from a field</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/remove-first-7-digits-from-a-field/m-p/490144#M16379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is there isn't a static # of characters on the right that can remain in the result. The first 7 characters need to be removed in all instances, though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help, I should have specified that originally.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 20:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/remove-first-7-digits-from-a-field/m-p/490144#M16379</guid>
      <dc:creator>SeanKroencke</dc:creator>
      <dc:date>2011-09-20T20:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove first 7 digits from a field</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/remove-first-7-digits-from-a-field/m-p/490145#M16380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You get the total number of characters with Len(). Len() - 7 is the number of characters to keep. Right() will keep that number of characters from the righthand side. You're not hardcoding anything except 7, the number of characters to exclude.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 20:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/remove-first-7-digits-from-a-field/m-p/490145#M16380</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-09-20T20:15:52Z</dc:date>
    </item>
  </channel>
</rss>

