= ResetPrevNetWt = Resets the previous net weight so the next call to IsNetWtChanged will return true. {{{ void ResetPrevNetWt(void); void ResetPrevNetWt(int nScale); }}} == Parameters == * nScale - scale to reset Version with no parameter will reset all scales. == Return Value == This function does not return any result. == Remarks == == Examples == {{{ // After clearing a menu display reset the previous gross weight so the net weight will be redrawn right away ResetPrevNetWt(); }}} == See Also == * [wiki:IsNetWtChanged IsNetWtChanged] * [wiki:ResetPrevGrossWt ResetPrevGrossWt] * [wiki:ResetPrevTareWt ResetPrevTareWt]