Changeset 337 for tools/dbc_export/UDBC.pas
- Timestamp:
- Feb 27, 2010, 10:43:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/dbc_export/UDBC.pas
r335 r337 52 52 StringBlockSize := ReadDWord; 53 53 54 SetLength(Cells, 54 SetLength(Cells, RecordCount, FieldCount); 55 55 for Row := 0 to RecordCount - 1 do 56 56 for Col := 0 to FieldCount - 1 do begin
Note:
See TracChangeset
for help on using the changeset viewer.