<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: select-next code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 08 Aug 2008 02:45:31 GMT</pubDate>
    <description>DZone Snippets: select-next code</description>
    <item>
      <title>select-next - like select+skip, gets the value following the value following the key</title>
      <link>http://snippets.dzone.com/posts/show/2051</link>
      <description>&lt;code&gt;&lt;br /&gt;    select-next: func [&lt;br /&gt;    	"Like select, but gets the value following the value following the key"&lt;br /&gt;    	series [series!]&lt;br /&gt;    	key [any-type!]&lt;br /&gt;    	/local pos&lt;br /&gt;    ][&lt;br /&gt;    	if pos: find series key [&lt;br /&gt;    		first skip pos 2&lt;br /&gt;    	]&lt;br /&gt;    ]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 17 May 2006 01:40:33 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2051</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
