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:
alex 2010-10-07 11:10:02 +00:00
parent b53d19d0be
commit b63a0c479a

View File

@ -97,7 +97,7 @@ TCSV_recset::TCSV_recset(TAssoc_array & calc) : TCSV_recordset("CSV(;)\n")
colname = colkeys.row(i - 1);
colname.replace(',', ' ');
colname.strip_double_spaces();
create_column(colname);
create_column(colname, _realfld);
set(i, colname);
}
for (int i= 0; i < nrows; i++)