Patch level : 10.0 nopatch
Files correlati : pd6342.exe Ricompilazione Demo : [ ] Commento Habilita ripartizione ricorsiva step 2 git-svn-id: svn://10.65.10.50/branches/R_10_00@20965 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b53d19d0be
commit
b63a0c479a
@ -97,7 +97,7 @@ TCSV_recset::TCSV_recset(TAssoc_array & calc) : TCSV_recordset("CSV(;)\n")
|
|||||||
colname = colkeys.row(i - 1);
|
colname = colkeys.row(i - 1);
|
||||||
colname.replace(',', ' ');
|
colname.replace(',', ' ');
|
||||||
colname.strip_double_spaces();
|
colname.strip_double_spaces();
|
||||||
create_column(colname);
|
create_column(colname, _realfld);
|
||||||
set(i, colname);
|
set(i, colname);
|
||||||
}
|
}
|
||||||
for (int i= 0; i < nrows; i++)
|
for (int i= 0; i < nrows; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user