Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String/StrFmt


Ignore:
Timestamp:
04/13/23 07:01:23 (13 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/String/StrFmt

    v9 v10  
    1111
    1212 * pszFmt - character array of formatting information
     13 * str - reference to string to provide output
    1314 * ... - variable number of parameters to fill in formatting specifiers
    1415
    1516== Return Value ==
    1617
    17  * Returns the formatted string
     18 * First version returns the formatted string. Second version does not return anything since the formatting passed string reference is used to get the result.
    1819
    1920== Remarks ==