I'm kind of stuck once again...
I'm having a problem determining how to use a reset button to reset the data inside the array min and max.
I've tried a few different methods and it's not seeming to work correctly.
am I going to have to create two seperate case structures to accomplish this?
IE, if reset button = false then wire the data into an array max and min and display the max value
if reset button = true then max pounds = 0
I'm stuck in my thinking, I'm hoping someone might have an idea.
posted code below.