Changes between Version 9 and Version 10 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String/StrFmt
- Timestamp:
- 04/13/23 07:01:23 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/String/StrFmt
v9 v10 11 11 12 12 * pszFmt - character array of formatting information 13 * str - reference to string to provide output 13 14 * ... - variable number of parameters to fill in formatting specifiers 14 15 15 16 == Return Value == 16 17 17 * Returns the formatted string18 * First version returns the formatted string. Second version does not return anything since the formatting passed string reference is used to get the result. 18 19 19 20 == Remarks ==