Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String/StrFmt
- Timestamp:
- 11/23/10 09:56:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/String/StrFmt
v5 v6 23 23 {{{ 24 24 int nVal = 123; 25 str ID = "ABC";25 string strID = "ABC"; 26 26 27 27 string strMsg;