<br><br><div class="gmail_quote">2008/4/29 eli queen &lt;<a href="mailto:eli@sleepingweather.com">eli@sleepingweather.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi all ... this is my first post to the list. so, as you would guess, i&#39;m new to chuck.<br>
</blockquote><div><br>Hi, Eli!<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">this will assign i[] as values of column i(1), but is there a way w/o the function?<br>

<br></blockquote><div><br>I think this is the core question, right? I don&#39;t think so, I think you need a function. The thing is that 2d arrays can be seen as a &quot;array of arrays&quot; or a array where every element is a array as well. Returning one element (a 1d array) is easy but returning a element from every element is more complicated and hence needs a function.<br>
<br>There is, BTW, a real difference between &quot;assignment&quot; and copying a array element by element, your function here copies.<br><br>Hope that clarifies things a bit?<br><br>Yours,<br>Kas.<br></div></div>