<?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 Python Label Expression in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307050#M23880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am trying to create a python label expression without having any python skills&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have 2 fields [FIELD1] and [FIELD2]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If [FIELD1] &amp;gt; 0 and [FIELD2] &amp;lt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return "text:" [FIELD1] 'text:" [FIELD2]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN style="font-size: 10pt;"&gt;If [FIELD1] &amp;gt; 0 and [FIELD2] !&amp;lt; 0&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return &lt;SPAN style="font-size: 13.3333330154419px;"&gt;"text:" [FIELD1] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN style="font-size: 10pt;"&gt;If [FIELD1] !&amp;gt; 0 and [FIELD2] &amp;lt; 0&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return &lt;SPAN style="font-size: 13.3333330154419px;"&gt; 'text:" [FIELD2]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 16:36:15 GMT</pubDate>
    <dc:creator>ScottLamon1</dc:creator>
    <dc:date>2015-04-30T16:36:15Z</dc:date>
    <item>
      <title>Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307050#M23880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am trying to create a python label expression without having any python skills&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have 2 fields [FIELD1] and [FIELD2]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If [FIELD1] &amp;gt; 0 and [FIELD2] &amp;lt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return "text:" [FIELD1] 'text:" [FIELD2]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN style="font-size: 10pt;"&gt;If [FIELD1] &amp;gt; 0 and [FIELD2] !&amp;lt; 0&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return &lt;SPAN style="font-size: 13.3333330154419px;"&gt;"text:" [FIELD1] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN style="font-size: 10pt;"&gt;If [FIELD1] !&amp;gt; 0 and [FIELD2] &amp;lt; 0&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return &lt;SPAN style="font-size: 13.3333330154419px;"&gt; 'text:" [FIELD2]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 16:36:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307050#M23880</guid>
      <dc:creator>ScottLamon1</dc:creator>
      <dc:date>2015-04-30T16:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307051#M23881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s800000027000000"&gt;this help page&lt;/A&gt; as a start for building label expressions, and &lt;A _jive_internal="true" href="https://community.esri.com/people/curtvprice/blog/2014/09/25/posting-code-blocks-in-the-new-geonet"&gt;this post&lt;/A&gt; for posting code blocks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 16:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307051#M23881</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-04-30T16:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307052#M23882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" class="jiveBorder" height="236" style="border: 1px solid rgb(198, 198, 198); border-image: none; width: 658px; height: 238.2px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If [FIELD1] &amp;gt; 0 and [FIELD2] &amp;lt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return "text:" [FIELD1] 'text:" [FIELD2]&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;if (!FIELD1!&amp;nbsp; &amp;gt; 0) and (!FIELD2!&amp;nbsp; &amp;lt;&amp;nbsp; 0):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; out = str(!FIELD1!) + str(!FIELD2!)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;H1&gt;&lt;SPAN style="font-size: 10pt;"&gt;If [FIELD1] &amp;gt; 0 and [FIELD2] !&amp;lt; 0&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return &lt;SPAN style="font-size: 13.33px;"&gt;"text:" [FIELD1] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;H1&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;elif&amp;nbsp; (!FIELD1!&amp;nbsp; &amp;gt; 0) and (!FIELD2!&amp;nbsp; !=&amp;nbsp; 0):&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;out = str(!FIELD1!)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;H1&gt;&lt;SPAN style="font-size: 10pt;"&gt;If [FIELD1] !&amp;gt; 0 and [FIELD2] &amp;lt; 0&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;return &lt;SPAN style="font-size: 13.33px;"&gt; 'text:" [FIELD2]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;H1&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;elif (!FIELD1!&amp;nbsp; &amp;gt; 0) and (!FIELD2!&amp;nbsp; !=&amp;nbsp; 0):&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;out = str(!FIELD1!)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; out = "no match'&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;return out&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Lets break this down into parts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Toggle on the Python parser, in the field calculator.&amp;nbsp; The results must be put into a text field.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So as python code it becomes with 4 spaces for indents.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;def check_cond(a,b):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; """two fields as input, """&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if a&amp;nbsp; &amp;gt; 0) and b&amp;nbsp; &amp;lt;&amp;nbsp; 0):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out = str(!FIELD1!) + str(!FIELD2!)&lt;/STRONG&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; elif&amp;nbsp; a&amp;nbsp; &amp;gt; 0) and b&amp;nbsp; !=&amp;nbsp; 0):&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;out = str(!FIELD1!)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; elif a&amp;nbsp; &amp;gt; 0) and b&amp;nbsp; !=&amp;nbsp; 0):&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;out = str(a)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out = "no match'&lt;/STRONG&gt;&lt;/P&gt;&lt;H1&gt;&lt;SPAN style="font-size: 13.33px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: courier new,courier;"&gt;return out&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.33px; font-family: courier new,courier;"&gt;Expression box&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.33px; font-family: courier new,courier;"&gt;check_cond(!FIELD1!,!FIELD2!)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px; font-family: courier new,courier;"&gt;Always check the unexpected, never return prematurely, hence return out should be the last line&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 16:57:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307052#M23882</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-04-30T16:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307053#M23883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a few tricky little things, so here goes. I don't believe there is such thing as !&amp;lt;, use &amp;gt;= instead. You can't concatenate numbers to strings, cast to string using str(). You'll have to decide if you really mean "if, if, if" or "if, elif, elif" - either can be used if you know what it means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;def FindLabel ( [Field1] , [Field2]&amp;nbsp; ):
&amp;nbsp;&amp;nbsp;&amp;nbsp; if [Field1] &amp;gt; 0 and [Field2] &amp;lt; 0:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "text: " + str( [Field1] )+ " text: " + str( [Field2] )
&amp;nbsp;&amp;nbsp;&amp;nbsp; if [Field1] &amp;gt; 0 and [Field2] &amp;gt;= 0:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text = "text: " + str([Field1] )
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return text
&amp;nbsp;&amp;nbsp;&amp;nbsp; if [Field1] &amp;lt;= 0 and [Field2] &amp;lt; 0:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "text: " + str( [Field2] )&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307053#M23883</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2021-12-11T14:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307054#M23884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a note that this is a field calculator expression, not label expression, which is quite different. Of course, you could calculate the label to a new field, but that's an added step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 17:14:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307054#M23884</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-04-30T17:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307055#M23885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also define label classes based on those if statements, and then label each class accordingly.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 17:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307055#M23885</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-04-30T17:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307056#M23886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I went with the various label classes.&amp;nbsp; Thanks for all the info though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 22:35:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307056#M23886</guid>
      <dc:creator>ScottLamon1</dc:creator>
      <dc:date>2015-04-30T22:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307057#M23887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad you found a solution that worked for you, Scott. Do you mind marking this questions as answered? This accomplishes a couple of things: people will realize that you don't still need help, and also, other people in the future with the same question can find the answer easier. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 23:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307057#M23887</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-04-30T23:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307058#M23888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm a moderator and marked your suggestion correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 01:12:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307058#M23888</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-05-01T01:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Python Label Expression</title>
      <link>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307059#M23889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Curtis!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 01:13:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-label-expression/m-p/307059#M23889</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-05-01T01:13:41Z</dc:date>
    </item>
  </channel>
</rss>

