<?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 Question in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-question/m-p/1525753#M87325</link>
    <description>&lt;P&gt;Thank you, that works.&amp;nbsp; &amp;nbsp;I'm learning Arcade now after years of VB Script and Python&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2024 14:23:41 GMT</pubDate>
    <dc:creator>JeffHanson2</dc:creator>
    <dc:date>2024-08-22T14:23:41Z</dc:date>
    <item>
      <title>Arcade Question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-question/m-p/1525715#M87323</link>
      <description>&lt;P&gt;I'm converting a VB Script Calculate Field expression to Arcade and can't get it right.&amp;nbsp; &amp;nbsp;The VB Script is:&lt;/P&gt;&lt;P&gt;Left([Control_Number__Control_Account___Control_Account_], 5)&amp;nbsp; &amp;nbsp;(Yes, it is a long field name)&lt;/P&gt;&lt;P&gt;The FarmCtrl field is set to the first 5 characters of field&amp;nbsp;Control_Number__Control_Account___Control_Account_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just can't get the Arcade syntax right, I've tried:&lt;/P&gt;&lt;P&gt;Left($Feature"Control_Number__Control_Account___Control_Account_", 5) but that doesn't work.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 13:46:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-question/m-p/1525715#M87323</guid>
      <dc:creator>JeffHanson2</dc:creator>
      <dc:date>2024-08-22T13:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-question/m-p/1525721#M87324</link>
      <description>&lt;P&gt;You have to encase the field name in brackets&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Left($feature["Control_Number__Control_Account___Control_Account_"], 5)&lt;/LI-CODE&gt;&lt;P&gt;feature&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 13:57:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-question/m-p/1525721#M87324</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2024-08-22T13:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Question</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-question/m-p/1525753#M87325</link>
      <description>&lt;P&gt;Thank you, that works.&amp;nbsp; &amp;nbsp;I'm learning Arcade now after years of VB Script and Python&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 14:23:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-question/m-p/1525753#M87325</guid>
      <dc:creator>JeffHanson2</dc:creator>
      <dc:date>2024-08-22T14:23:41Z</dc:date>
    </item>
  </channel>
</rss>

