v1.8.3
This commit is contained in:
@@ -14895,7 +14895,7 @@ Type TTable = Class(DocObject, TTableImpl)
|
||||
[rowcount,colcount] := mSize(data);//一维数组
|
||||
if colcount = 0 then
|
||||
data := array(data);
|
||||
fields := FieldNames(data);
|
||||
fields := mcols(data, 1);
|
||||
if IsTable(fields) then Begin
|
||||
r := nils(length(data),length(fields));
|
||||
for i:=0 to length(data)-1 do
|
||||
|
||||
Reference in New Issue
Block a user