Using decrement the way I did will change the actual var at the same
time?
It needs to be decremented to pull the correct array value since
arrays start at [0] instead of [1]
Is there a way to get the decremented value without changing the
actual variable? I still need to display the total weight on the page.

Reply via email to