<?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: label expressions in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/label-expressions/m-p/37664#M448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new with ArcGIS 10.1 - Can somebody enlighten me on how to use the code :-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Function FindLabel ( [COGO] )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; s = split( [COGO], "-" )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; FindLabel = s(0) &amp;amp; chr(176) &amp;amp; s(1) &amp;amp; chr(39) &amp;amp; s(2) &amp;amp; chr(34)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Function&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in a step by step ways to enable a new attribute to be created or replaced on the 180-0-0 format to the degree minute second format. Help very much appreciated. TQ&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sani&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 05:22:03 GMT</pubDate>
    <dc:creator>SaniTakwim</dc:creator>
    <dc:date>2014-01-02T05:22:03Z</dc:date>
    <item>
      <title>label expressions</title>
      <link>https://community.esri.com/t5/mapping-questions/label-expressions/m-p/37662#M446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all friend&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Tools in ArcGIS It call COGO but I have problem one point : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I draw data already I Update COGO Attributes but In attribute The field: COGO Delta(55-39-11) it mean that 55 degree 39 minute 11 second &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want to do like this: COGO Delta (55°39'11") in order I can show label 55°39'11".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now day I try to write label expressions to display label 55-39-11 to 55°39'11" but I can not successful.I don�??t want to create field to calculate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 05:56:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/label-expressions/m-p/37662#M446</guid>
      <dc:creator>makseth</dc:creator>
      <dc:date>2011-02-14T05:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: label expressions</title>
      <link>https://community.esri.com/t5/mapping-questions/label-expressions/m-p/37663#M447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This expression should give the label you want:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Function FindLabel ( [COGO] )
&amp;nbsp; s = split( [COGO], "-" )
&amp;nbsp; FindLabel = s(0) &amp;amp; chr(176) &amp;amp; s(1) &amp;amp; chr(39) &amp;amp; s(2) &amp;amp; chr(34)
End Function&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/label-expressions/m-p/37663#M447</guid>
      <dc:creator>JonMorris</dc:creator>
      <dc:date>2021-12-10T21:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: label expressions</title>
      <link>https://community.esri.com/t5/mapping-questions/label-expressions/m-p/37664#M448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new with ArcGIS 10.1 - Can somebody enlighten me on how to use the code :-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Function FindLabel ( [COGO] )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; s = split( [COGO], "-" )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; FindLabel = s(0) &amp;amp; chr(176) &amp;amp; s(1) &amp;amp; chr(39) &amp;amp; s(2) &amp;amp; chr(34)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Function&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in a step by step ways to enable a new attribute to be created or replaced on the 180-0-0 format to the degree minute second format. Help very much appreciated. TQ&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sani&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 05:22:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/label-expressions/m-p/37664#M448</guid>
      <dc:creator>SaniTakwim</dc:creator>
      <dc:date>2014-01-02T05:22:03Z</dc:date>
    </item>
    <item>
      <title>PYTHON CODE TO CHANGE DASH VALUES TO DEGREE MINUTE SECOND</title>
      <link>https://community.esri.com/t5/mapping-questions/label-expressions/m-p/37665#M449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm a novice in programming and would appreciate if somebody can provide me with a Python code that can convert the values in my cogo "Direction" field in the "180-0-0" format to the degree minute second format so that I can used the labels when printing out my traverse map. TQ.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sani&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 06:26:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/label-expressions/m-p/37665#M449</guid>
      <dc:creator>SaniTakwim</dc:creator>
      <dc:date>2014-01-02T06:26:52Z</dc:date>
    </item>
  </channel>
</rss>

