2013-09-16, 12:20 AM
iamflip Wrote:So, you must have at least 5 functions, each needing the data from the txt file. The method to reading the values via for statements should be the same for each function, with the end result of each function being different.
So far that's what I got in terms of tips. I'll mull over it some more after some sleep. Or someone could beat me to it lol.
BTW, what did you have before you had to change it around to add functions?
I just had while loops, which worked pretty well. So basically the while loop that's in that first function, just without the function.
I'd gotten up to trying to get the variance before noticing, so I got pretty far.

