=== FormatGrossWt === Format a string representation of the gross weight {{{ string FormatGrossWt(int nScale = process_scale, int len = 7); char* FormatGrossWt(int nScale = process_scale, char* pszBuffer, int len = 7); }}} ==== Parameters ==== * nScale - scale number * len - length to format the string, spaces will be padded to the left. ==== Return Value ==== * Returns the string formatted weight. ==== Remarks ==== ==== Examples ==== {{{ }}} {{{ }}} ==== See Also ==== * GetGrossWt * FormatTareWt