Ignore:
Timestamp:
Feb 27, 2010, 10:43:58 AM (14 years ago)
Author:
george
Message:
  • Přidáno: Parametr pro určení typů sloupců a následné načtení textů pro řetězcové sloupce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/dbc_export/UDBC.pas

    r335 r337  
    5252    StringBlockSize := ReadDWord;
    5353
    54     SetLength(Cells,  RecordCount, FieldCount);
     54    SetLength(Cells, RecordCount, FieldCount);
    5555    for Row := 0 to RecordCount - 1 do
    5656      for Col := 0 to FieldCount - 1 do begin
Note: See TracChangeset for help on using the changeset viewer.