wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatGrossWt

Version 3 (modified by Don Wilson, 14 years ago) ( diff )

--

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

Note: See TracWiki for help on using the wiki.