= IsNetWtChanged = Checks whether the formatted net weight is different from the last time IsNetWtChanged was called. {{{ bool IsNetWtChanged(int nScale, int nLen = 7); }}} == Parameters == * nScale - scale number * nLen - length to format the weight == Return Value == * Returns true if the formatted net weight of the specified scale is changed, or false if the formatted weight is the same as the last time IsNetWtChanged was called. == Remarks == == Examples == {{{ if(IsNetWtChanged(1)) { DisplayText(0, 0, GetChangedNetWt(1)); } }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetChangedNetWt GetChangedNetWt] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevNetWt ResetPrevNetWt] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/IsGrossWtChanged IsGrossWtChanged] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/IsTareWtChanged IsTareWtChanged]