Changes between Version 18 and Version 19 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/CFile
- Timestamp:
- 08/23/10 10:49:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/CFile
v18 v19 170 170 if(strLine.substr(0, 7) == "Setting") 171 171 { 172 // TODO Parse the settings line172 DisplayText(0, 0, "Found line that starts with 'Setting'"); 173 173 } 174 174 }