= ResetPrevWtStatus = Resets the previous weight status so the next call to IsWtStatusChanged will return true. {{{ 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 == {{{ // After clearing a menu display reset the previous weight status so the weight status will be redrawn right away ResetPrevWtStatus(); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/IsWtStatusChanged IsWtStatusChanged] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/ResetPrevGrossWt ResetPrevGrossWt] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/ResetPrevNetWt ResetPrevNetWt]