= GetNumScales = Get the number of scale inputs. {{{ int GetNumScales(void); }}} == Parameters == Function does not accept any parameters. == Return Value == * Returns number of scales == Remarks == == Example == {{{ int n; n = GetNumScales(); string strMsg = StrFmt("You have %d scales", n); DisplayText(10, 10, strMsg); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetCapacity GetCapacity] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetInterval GetInterval] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetDecimal GetDecimal]