Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetUnitsLabel
- Timestamp:
 - 03/12/25 07:33:20 (8 months ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetUnitsLabel
v2 v3 2 2 Get the primary units label of the specified scale. 3 3 4 {{{ 4 {{{#!c++ 5 5 const char* GetUnitsLabel(int nScale); 6 6 }}} … … 20 20 == Example == 21 21 22 {{{ 22 {{{#!c++ 23 23 string strMsg = StrFmt("Primary units %s", GetUnitsLabel(1)); 24 24 DisplayText(10, 10, strMsg);  
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)