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

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

--

GetInterval

Get the interval of the specified scale.

uint8 GetInterval(int nScale);

Parameters

  • nScale - scale number

Return Value

  • Returns the interval of the specified scale

Remarks

MnBdStartup must be performed before this will return a valid result.

Example

uint8 nIntv;
nIntv = GetInterval(1);
string strMsg = StrFmt("Scale interval %d", nIntv);
DisplayText(10, 10, strMsg);

See Also

Note: See TracWiki for help on using the wiki.