<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Reading through a series of numbers only once]]></title><description><![CDATA[<p>This is probably a really easy one, but how would I be able to press a key and have a series of numbers output in the following way:</p>
<p>For example, if I have [1 2 3 4 5 6 7 8 9 10] in a table, I want &quot;1&quot; to be read first each time I press a certain key, and while holding the key down I want it to count through the rest of the numbers up to 10. Then when it reaches 10 it will stay on 10 for as long as I hold the key down. In other words, I don't want it to get to 10 and then go back to 1 while I'm holding it down. I only want it to go back to 1 when I release it and press it again.</p>
<p>I have used tables to read through numbers, but in all other cases I've wanted them to read through and repeat. I also know how to set up the keys to work, so I don't really need that to be explained.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/2597/reading-through-a-series-of-numbers-only-once</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 23:23:48 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/2597.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Apr 2009 23:28:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Reading through a series of numbers only once on Tue, 14 Apr 2009 23:28:33 GMT]]></title><description><![CDATA[<p>This is probably a really easy one, but how would I be able to press a key and have a series of numbers output in the following way:</p>
<p>For example, if I have [1 2 3 4 5 6 7 8 9 10] in a table, I want &quot;1&quot; to be read first each time I press a certain key, and while holding the key down I want it to count through the rest of the numbers up to 10. Then when it reaches 10 it will stay on 10 for as long as I hold the key down. In other words, I don't want it to get to 10 and then go back to 1 while I'm holding it down. I only want it to go back to 1 when I release it and press it again.</p>
<p>I have used tables to read through numbers, but in all other cases I've wanted them to read through and repeat. I also know how to set up the keys to work, so I don't really need that to be explained.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/2597/reading-through-a-series-of-numbers-only-once</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/2597/reading-through-a-series-of-numbers-only-once</guid><dc:creator><![CDATA[adam.notebook]]></dc:creator><pubDate>Tue, 14 Apr 2009 23:28:33 GMT</pubDate></item><item><title><![CDATA[Reply to Reading through a series of numbers only once on Wed, 15 Apr 2009 13:43:18 GMT]]></title><description><![CDATA[<p>use [min] to set an upper bound</p>
<p>[f]X([+1]--[min 10])</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/2597/reading-through-a-series-of-numbers-only-once/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/2597/reading-through-a-series-of-numbers-only-once/2</guid><dc:creator><![CDATA[ClaudiusMaximus]]></dc:creator><pubDate>Wed, 15 Apr 2009 13:43:18 GMT</pubDate></item></channel></rss>