<?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: how to do math on string fields in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355840#M15700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew, I unmarked your reply and marked Robert's as the answer since your comment saying thanks isn't really the answer to your own question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2020 16:59:49 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-06-12T16:59:49Z</dc:date>
    <item>
      <title>how to do math on string fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355833#M15693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a drain pipe layer that includes fields for upstream elevation, downstream elevation, and length.&amp;nbsp; I want to calculate the slope.&amp;nbsp; However, the fields are all string fields.&amp;nbsp; Is there a way to do this in ArcGIS Pro without adding or otherwise changing the fields?&amp;nbsp; I remember in the old days with avenue you could use a thing like {field}.asnumber or {field}.asstring to a calculate function to do stuff like this, but I don't know if there's a way to do it in Pro.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 16:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355833#M15693</guid>
      <dc:creator>Matt-Barrett</dc:creator>
      <dc:date>2020-06-11T16:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math on string fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355834#M15694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the field calulator with python and &lt;A href="https://www.w3schools.com/python/ref_func_int.asp"&gt;the int() function.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 16:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355834#M15694</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-06-11T16:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math on string fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355835#M15695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But would that round up my decimals?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 16:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355835#M15695</guid>
      <dc:creator>Matt-Barrett</dc:creator>
      <dc:date>2020-06-11T16:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math on string fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355836#M15696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Related you could use the field calculator with Python and the &lt;A href="https://www.w3schools.com/python/ref_func_float.asp"&gt;float() function&lt;/A&gt; then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355836#M15696</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2020-06-11T17:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math on string fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355837#M15697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that sounds perfect!&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355837#M15697</guid>
      <dc:creator>Matt-Barrett</dc:creator>
      <dc:date>2020-06-11T17:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math on string fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355838#M15698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark one of the replies as correct to close out the question once you get it working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:44:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355838#M15698</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-06-12T16:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math on string fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355839#M15699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I used the float function.&amp;nbsp; It mostly worked.&amp;nbsp; Ended up with values in scientific notation.&amp;nbsp; Got it worked out in the end though, so thank you to those who replied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355839#M15699</guid>
      <dc:creator>Matt-Barrett</dc:creator>
      <dc:date>2020-06-12T16:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to do math on string fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355840#M15700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew, I unmarked your reply and marked Robert's as the answer since your comment saying thanks isn't really the answer to your own question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-do-math-on-string-fields/m-p/355840#M15700</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-06-12T16:59:49Z</dc:date>
    </item>
  </channel>
</rss>

