<?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: I need help adding an integer to certain records based on a variable in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718252#M40648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;larry,&lt;BR /&gt;&lt;BR /&gt;Try something like this in your field calculator:&lt;BR /&gt;&lt;BR /&gt;Tick the Show Codeblock&lt;BR /&gt;&lt;BR /&gt;Code:&lt;BR /&gt;&lt;BR /&gt;If [TimeField] &amp;lt;= 9 Then&lt;BR /&gt;&amp;nbsp; Newfield =&amp;nbsp; 1&lt;BR /&gt;Else&lt;BR /&gt;&amp;nbsp; Newfield = 0&lt;BR /&gt;End If&lt;BR /&gt;&lt;BR /&gt;And below:&lt;BR /&gt;Fieldname =&lt;BR /&gt;Newfield&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm missing something. See the attached clip. [ATTACH=CONFIG]21749[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2013 12:31:33 GMT</pubDate>
    <dc:creator>LarryGaudieri</dc:creator>
    <dc:date>2013-02-13T12:31:33Z</dc:date>
    <item>
      <title>I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718249#M40645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a field with times, I need to create a new field (which I've done) and populate it with a "1" if the record meets the criteria of being 9 (minutes) or less. My novice approach tells me to use Calculate Field tool from the Toolbox but I'm having trouble with the Field Calculator in formulating the proper expression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it were a couple dozen rows, Id manually input them but I have 50K worth of instances to sort and populate based on that variable (if I'm saying that correctly). Can someone point me in the right direction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 11:52:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718249#M40645</guid>
      <dc:creator>LarryGaudieri</dc:creator>
      <dc:date>2013-02-13T11:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718250#M40646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;larry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try something like this in your field calculator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tick the Show Codeblock&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If [TimeField] &amp;lt;= 9 Then&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Newfield =&amp;nbsp; 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Newfield = 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End If&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fieldname =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Newfield&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 12:05:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718250#M40646</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-02-13T12:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718251#M40647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome Anthony, much thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 12:09:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718251#M40647</guid>
      <dc:creator>LarryGaudieri</dc:creator>
      <dc:date>2013-02-13T12:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718252#M40648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;larry,&lt;BR /&gt;&lt;BR /&gt;Try something like this in your field calculator:&lt;BR /&gt;&lt;BR /&gt;Tick the Show Codeblock&lt;BR /&gt;&lt;BR /&gt;Code:&lt;BR /&gt;&lt;BR /&gt;If [TimeField] &amp;lt;= 9 Then&lt;BR /&gt;&amp;nbsp; Newfield =&amp;nbsp; 1&lt;BR /&gt;Else&lt;BR /&gt;&amp;nbsp; Newfield = 0&lt;BR /&gt;End If&lt;BR /&gt;&lt;BR /&gt;And below:&lt;BR /&gt;Fieldname =&lt;BR /&gt;Newfield&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm missing something. See the attached clip. [ATTACH=CONFIG]21749[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 12:31:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718252#M40648</guid>
      <dc:creator>LarryGaudieri</dc:creator>
      <dc:date>2013-02-13T12:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718253#M40649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or, take a look at the calculator dialog. Maybe my error will glare a little brighter....[ATTACH=CONFIG]21750[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 12:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718253#M40649</guid>
      <dc:creator>LarryGaudieri</dc:creator>
      <dc:date>2013-02-13T12:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718254#M40650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Larry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are your resptime and lessthan9 fields set as integer values or string. If they are string put speech marks around your 9, 1 and 0 values&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 13:00:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718254#M40650</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-02-13T13:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718255#M40651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The RESPTIME field is float, the LESSTHAN9 field is text. So:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IF[RESPTIME] &amp;lt;=9 THEN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LESSTHAN9 = "1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ELSE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LESSTHAN9 = "0"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;END IF&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a little confused, don't I need brackets enclosing the field on the second and fourth line? Also, If I check the Show Codeblock toggle, the LESSTHAN9= shows up above the bottom field; what is required in that lower field? I know your example showed something there but I'm still a little unclear about that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 13:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718255#M40651</guid>
      <dc:creator>LarryGaudieri</dc:creator>
      <dc:date>2013-02-13T13:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718256#M40652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Larry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;no you don't need brackets around the 2 &amp;amp; 4 lines as all you are doing is assigning a value to a variable in this case called lessthan9. In the bottom box your telling your field lessthan9 to be equal to the variable lessthan9 from the code block above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that make sense&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 13:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718256#M40652</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-02-13T13:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718257#M40653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes it does. And while you were responding I tried to run the calculation again, this time I typed it out all on one single line instead of a structure format like your example and it is now running (still crunching at 79%, as if it working correctly it will be adding a "1" to approximately 30,000 records) so, at least it didn't error out this time. I'll let you know if it worked. Thanks for your patience.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to expressions and using the Field Calculator and would appreciate any resources (PDF's or websites) for beginners you can point me to....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 13:51:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718257#M40653</guid>
      <dc:creator>LarryGaudieri</dc:creator>
      <dc:date>2013-02-13T13:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718258#M40654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Larry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are examples in the help, here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Calculate_Field_examples/005s0000002m000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Calculate_Field_examples/005s0000002m000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if you want to know more about vbscript a good place is w3schools:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.w3schools.com/vbscript/vbscript_examples.asp"&gt;http://www.w3schools.com/vbscript/vbscript_examples.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 13:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718258#M40654</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-02-13T13:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718259#M40655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm a novice at Python. What I do know is that indents mean something in if-then code. I would have written the original script with at least one space in front of the words "Newfield". When I paste it in this forum's text box, the spaces get removed. That could be why Anthony's code didn't have the indentation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 14:06:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718259#M40655</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2013-02-13T14:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718260#M40656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Larry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another useful resource can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/news/arcuser/0405/files/fieldcalc_1.pdf"&gt;http://www.esri.com/news/arcuser/0405/files/fieldcalc_1.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 15:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718260#M40656</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-02-13T15:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718261#M40657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Larry,&lt;BR /&gt;&lt;BR /&gt;Another useful resource can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/news/arcuser/0405/files/fieldcalc_1.pdf"&gt;http://www.esri.com/news/arcuser/0405/files/fieldcalc_1.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Anthony&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Found that one this morning in between our thread posts. I'm going to print and hang Page 7 as a reference guide for future needs. I appreciate the links. All worked out when I straightened out my formatting issue (just type it all as one, continuous line and included the double quotes for the string values in the newly created text field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 16:02:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718261#M40657</guid>
      <dc:creator>LarryGaudieri</dc:creator>
      <dc:date>2013-02-13T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718262#M40658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My a novice at Python. What I do know is that indents mean something in if-then code. I would have written the original scrpt with at least one space in front of the words "Newfield". When I paste it in this forum's text box, the spaces get removed. That could be why Anthony's code didn't have the indentation.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the input. I read something about indent sensativity in Python as well (although, I left the radio button on VBScript) and have some curiousity about the python language too. So, I'm going to start my training and research efforts to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;that&lt;/SPAN&gt;&lt;SPAN&gt; end.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 16:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718262#M40658</guid>
      <dc:creator>LarryGaudieri</dc:creator>
      <dc:date>2013-02-13T16:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: I need help adding an integer to certain records based on a variable</title>
      <link>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718263#M40659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Larry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you got it to work, please don't forget to mark the post as answered by clicking the arrow on the pat that gave you the answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 16:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/i-need-help-adding-an-integer-to-certain-records/m-p/718263#M40659</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-02-13T16:08:49Z</dc:date>
    </item>
  </channel>
</rss>

