<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Splitting an Array using index</title><link>https://community.appian.com/discussions/f/general/26946/splitting-an-array-using-index</link><description>I have one array like {1,2,3,4,12,12}, I want a new sub array from 3rd index till end like { 3,4,12,12} is there any rule or function?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Splitting an Array using index</title><link>https://community.appian.com/thread/106827?ContentTypeID=1</link><pubDate>Wed, 18 Jan 2023 00:10:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:16b9204e-884b-480a-9dd1-c954ec2c28ef</guid><dc:creator>Lojasfra</dc:creator><description>&lt;p&gt;I have encountered this problem and. I don&amp;#39;t know how to solve it yet&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ccffff;color:#ccffff;font-size:75%;"&gt;&lt;a style="background-color:#ccffff;color:#ccffff;" href="https://basketrandom.com/retro-bowl"&gt;retro bowl&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Splitting an Array using index</title><link>https://community.appian.com/thread/105817?ContentTypeID=1</link><pubDate>Wed, 21 Dec 2022 11:01:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:28fba284-3c33-4c06-ac5c-878c803186a8</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;fn!ldrop() will work for you:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!myArray: {1,2,3,4,12,12},
  ldrop(local!myArray,2)
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;results in:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1671620576668v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>