<?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: Arcade IsEmpty on empty array always returns False? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-isempty-on-empty-array-always-returns-false/m-p/1313102#M71531</link>
    <description>&lt;P&gt;That's actually spelled out in the &lt;A href="https://developers.arcgis.com/arcade/function-reference/logical_functions/#isempty" target="_self"&gt;documentation&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Returns false for all other cases, including empty arrays and dictionaries.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Fri, 28 Jul 2023 14:59:27 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2023-07-28T14:59:27Z</dc:date>
    <item>
      <title>Arcade IsEmpty on empty array always returns False?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-isempty-on-empty-array-always-returns-false/m-p/1313097#M71527</link>
      <description>&lt;P&gt;I'm working on an Arcade labeling expression in Arc Pro 3.0. If I enter only the code below, everything is labeled "0, false". Since nothing's been added to the array, I'm expecting IsEmpty to return "true". Am I thinking about this wrong, or is it maybe a bug?&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var u = [];
return Count(u) + ", " + IsEmpty(u);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Obviously I can use Count to check the array contents instead, but I've used IsEmpty in so many other places I just expected it to apply to arrays also.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 14:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-isempty-on-empty-array-always-returns-false/m-p/1313097#M71527</guid>
      <dc:creator>Mark_Johnson</dc:creator>
      <dc:date>2023-07-28T14:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade IsEmpty on empty array always returns False?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-isempty-on-empty-array-always-returns-false/m-p/1313102#M71531</link>
      <description>&lt;P&gt;That's actually spelled out in the &lt;A href="https://developers.arcgis.com/arcade/function-reference/logical_functions/#isempty" target="_self"&gt;documentation&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Returns false for all other cases, including empty arrays and dictionaries.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 28 Jul 2023 14:59:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-isempty-on-empty-array-always-returns-false/m-p/1313102#M71531</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-07-28T14:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade IsEmpty on empty array always returns False?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-isempty-on-empty-array-always-returns-false/m-p/1313113#M71532</link>
      <description>&lt;P&gt;Of course it was right there in front of my face and I still didn't see it&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_rolling_eyes:"&gt;🙄&lt;/span&gt;&amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 15:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-isempty-on-empty-array-always-returns-false/m-p/1313113#M71532</guid>
      <dc:creator>Mark_Johnson</dc:creator>
      <dc:date>2023-07-28T15:22:55Z</dc:date>
    </item>
  </channel>
</rss>

