Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/String
- Timestamp:
- 08/20/10 08:42:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/String
v5 v6 15 15 {{{ 16 16 string strMsg; 17 string strID; 18 strID = "123"; 17 19 strMsg = "ID: "; 18 string strID = "123";19 20 strMsg = strMsg + strID; 20 21 PrintLCD(strMsg);