<div class="gmail_quote">On Mon, Jan 12, 2009 at 6:02 PM, Steven Watanabe <span dir="ltr">&lt;<a href="mailto:watanabesj@gmail.com">watanabesj@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 Something like this would work:<br>
<br>
make_product_range(<br>
&nbsp;make_counting_range(0, 3),<br>
&nbsp;make_counting_range(2, 5),<br>
&nbsp;make_counting_range(4, 10)<br>
)<br>
<br>
should return a range whose elements are (0, 2, 4), (0, 2, 5), etc.<br>
<br>
Then as I recall, fusion has function object adapters for splitting<br>
these up into separate arguments to a function.<br>
<br>
I&#39;ve attached a solution that handles the two argument case.<br>
<br>
</blockquote></div><br>Thanks for that Steven, that&#39;s definitely heading in the right<br>direction. It&#39;s taking me a while to digest, but doing so is proving<br>highly informative and useful.<br><br>Rob.<br>

