Changeset 415 for tools/dbc_export
- Timestamp:
- Apr 4, 2010, 8:48:24 PM (15 years ago)
- Location:
- tools/dbc_export
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/dbc_export/DBCExport.lpi
r414 r415 36 36 <IsPartOfProject Value="True"/> 37 37 <UnitName Value="DBCExport"/> 38 <CursorPos X=" 22" Y="78"/>38 <CursorPos X="36" Y="85"/> 39 39 <TopLine Value="58"/> 40 40 <EditorIndex Value="0"/> -
tools/dbc_export/UDBC.pas
r414 r415 85 85 procedure TDBC.SaveToFile(FileName: string); 86 86 var 87 Row, Col: Cardinal;88 Offset: Cardinal;87 Row, Col: Integer; 88 Offset: Integer; 89 89 StringList: array of string; 90 90 begin
Note:
See TracChangeset
for help on using the changeset viewer.