Hi All,<br>
<br>
I have spent an embarrassingly large amount of time trying to solve what on its face seems like a simple problem.<br>
<br>
I have a list of intergers, and I want to assign the sum of the
intergers in the list to a variable. There are only intergers in the
list.<br>
<br>
The best I have been able to do so far is to write a function that adds
list[0] and list[1], then list[1] and list [2], etc. Of course, this
isn't what I want.<br>
<br>
I'd like to be able to sum a list of any size without having to type list[0]+list[1]....<br>
<br>
I am totally stumped.<br>
<br>
:(<br>
<br>
Luke<br clear="all">
<br>-- <br>&quot;Whether you're an honest man, or whether you're a thief,
depends on whose solicitor has given me my brief. &quot; - Benjamin Franklin