Hey guys, how would you erase a whole array, as in it has no items. I want to do this so I could store new values (a new set of 100 floats) into it and find the minimum.
Right now my program is reading the minimum from sets before I think because it is appending itself with the previous set still in there (i use .append by the way).