--
Get gross weight value.
float GetGrossWt(int nScale = curscale);
float gross = GetGrossWt();
float gross = GetGrossWt(1);