<?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 How do I split a name and address into two lines in ArcGIS Online labels? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/how-do-i-split-a-name-and-address-into-two-lines/m-p/317167#M2020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[USER_Name]+'\n'+ " " +[USER_Address] This would be the python script but i'm not sure how to do this using Arcade?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2017 22:09:08 GMT</pubDate>
    <dc:creator>FrancisHourigan1</dc:creator>
    <dc:date>2017-04-13T22:09:08Z</dc:date>
    <item>
      <title>How do I split a name and address into two lines in ArcGIS Online labels?</title>
      <link>https://community.esri.com/t5/developers-questions/how-do-i-split-a-name-and-address-into-two-lines/m-p/317167#M2020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[USER_Name]+'\n'+ " " +[USER_Address] This would be the python script but i'm not sure how to do this using Arcade?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 22:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-do-i-split-a-name-and-address-into-two-lines/m-p/317167#M2020</guid>
      <dc:creator>FrancisHourigan1</dc:creator>
      <dc:date>2017-04-13T22:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I split a name and address into two lines in ArcGIS Online labels?</title>
      <link>https://community.esri.com/t5/developers-questions/how-do-i-split-a-name-and-address-into-two-lines/m-p/317168#M2021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently&amp;nbsp;multi line labels are not supported in the web map of ArcGIS Online.&amp;nbsp;Later this year there will be a redesign of the web map to include this&amp;nbsp;capability. After that update you will be able to use:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;USER_Name &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;USER_Address‍&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;//or&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;USER_Name &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; TextFormatting&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NewLine &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;USER_Address‍&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/how-do-i-split-a-name-and-address-into-two-lines/m-p/317168#M2021</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-11T15:05:03Z</dc:date>
    </item>
  </channel>
</rss>

