= ResetPrevWtStatus = Resets the previous weight status so the next call to IsWtStatusChanged will return true. {{{#!c++ void ResetPrevWtStatus(void); void ResetPrevWtStatus(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 == {{{#!c++ // After clearing a menu display reset the previous weight status so the weight status will be redrawn right away ResetPrevWtStatus(); }}} == See Also == * [wiki:IsWtStatusChanged IsWtStatusChanged] * [wiki:ResetPrevGrossWt ResetPrevGrossWt] * [wiki:ResetPrevNetWt ResetPrevNetWt]