= GetNumScales = Get the number of scale inputs. {{{ int GetNumScales(void); }}} == Parameters == Function does not accept any parameters. == Return Value == * Returns number of scales == Remarks == MnBdStartup must be called first in an application before this will return a valid result. == Example == {{{ int n; n = GetNumScales(); string strMsg = StrFmt("You have %d scales", n); DisplayText(10, 10, strMsg); }}} == See Also == * [wiki:GetCapacity GetCapacity] * [wiki:GetInterval GetInterval] * [wiki:GetDecimal GetDecimal]