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

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

Last modified 6 years ago Last modified on 04/12/18 12:51:11
Note: See TracWiki for help on using the wiki.