<?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 display the calculated value of a tool in ArcMap in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-display-the-calculated-value-of-a-tool-in/m-p/551265#M43068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;arcpy.AddMessage('The value is...: %.2f' % value)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 03:14:38 GMT</pubDate>
    <dc:creator>NiklasNorrthon</dc:creator>
    <dc:date>2011-04-19T03:14:38Z</dc:date>
    <item>
      <title>How to display the calculated value of a tool in ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/how-to-display-the-calculated-value-of-a-tool-in/m-p/551264#M43067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a script that calculates the total and average population using the attribute layer of the county and returns the output on the interactive window in PythonWin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I made a tool from the script and it runs fine in ArcGIS. But don't know how to display the calculated result in some from of text message within ArcGIS interface. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please Help!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Abu Badruddin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 01:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-display-the-calculated-value-of-a-tool-in/m-p/551264#M43067</guid>
      <dc:creator>abubadruddin</dc:creator>
      <dc:date>2011-04-19T01:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the calculated value of a tool in ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/how-to-display-the-calculated-value-of-a-tool-in/m-p/551265#M43068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;arcpy.AddMessage('The value is...: %.2f' % value)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 03:14:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-display-the-calculated-value-of-a-tool-in/m-p/551265#M43068</guid>
      <dc:creator>NiklasNorrthon</dc:creator>
      <dc:date>2011-04-19T03:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the calculated value of a tool in ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/how-to-display-the-calculated-value-of-a-tool-in/m-p/551266#M43069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot. It works, but how do you display only the result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example: Arcpy.AddMessage('The value is...: %.2f' % value) display the result along with other messages (start time, elapsed time, etc). Can you just display the result?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-display-the-calculated-value-of-a-tool-in/m-p/551266#M43069</guid>
      <dc:creator>abubadruddin</dc:creator>
      <dc:date>2011-04-19T14:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the calculated value of a tool in ArcMap</title>
      <link>https://community.esri.com/t5/python-questions/how-to-display-the-calculated-value-of-a-tool-in/m-p/551267#M43070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Arcpy.AddMessage() just prints the string between the (). The given example uses formatted text to make it pretty. If you only want the string in a variable called value, it would be Arcpy.AddMessage(value).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 15:18:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-display-the-calculated-value-of-a-tool-in/m-p/551267#M43070</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-04-20T15:18:13Z</dc:date>
    </item>
  </channel>
</rss>

