You can reply to the group (or use reply to all to get both), but direct responses won&#39;t go to the rest of the group, so you usually want to avoid those.<div><br></div><div>I think Jonathan&#39;s response to the group from a few minutes ago will probably get you what you need. He tells you to use map and str to make an array of strings:</div>
<div>   data5 = map( str, data4 )</div><div><br></div><div>On second thought though, the easiest (read: the quickest, and not necessarily the best) way to make this work (if print data4 works the way I think it does anyway) would be to just change &quot;line&quot; to &quot;line.__str__()&quot; in the line.replace line of code. So it will read &quot;line.__str__().replace(&#39;[&#39;, &#39; &#39;).replace(&#39;]&#39;, &#39; &#39;). </div>
<div><br></div><div>This will give you the string representation of the line object (essentially the same thing as calling &quot;print line&quot;).</div><div><br></div><div>Ryan A</div><div><br><div class="gmail_quote">On Thu, Mar 11, 2010 at 12:20 PM,  <span dir="ltr">&lt;<a href="mailto:lintzh@science.oregonstate.edu">lintzh@science.oregonstate.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Ryan, am I supposed to reply to the user group or just to you?<br>
I&#39;m using NumArray because I need the ArcGISscripting module, which is written in python 2.5. Numpy is for later versions.<br>
<br>
I tried various permutations of the tolist() and tofile() funciotns you pointed out but they didn&#39;t work.<br>
<br>
Do you know if there a way to write a 2D array to a data file without NumArray if you are starting with a list of say 10 numbers?<br>
<br>
Or, can you reshape that list (of 0 through 9) to be 2 rows and 5 columns and write it as such without NumArray?<br>
<br>
Thank you,<br>
Heather<br>
<br>
</blockquote></div><br></div>