= ResetPrevGrossWt = Resets the previous time so the next call to IsTimeChanged will return true. {{{ void ResetPrevGrossWt(void); void ResetPrevGrossWt(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 gross will be redrawn right away ResetPrevGrossWt(); }}} == See Also == * [wiki:IsGrossWtChanged IsGrossWtChanged] * [wiki:ResetPrevTareWt ResetPrevTareWt] * [wiki:ResetPrevNetWt ResetPrevNetWt]