sort engine

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@941 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2009-08-29 12:01:16 +00:00
parent 2915b5797b
commit df28fec280
3 changed files with 63 additions and 14 deletions

View File

@ -15,6 +15,7 @@ type
implementation
uses memds;
type
THackMDS = class(TMemDataSet)
end;
@ -52,7 +53,7 @@ begin
ftLargeint:
begin
Result:=I1 > Field.AsInteger;
writeln('I1=', I1, ' I2=',Field.AsInteger,' Result=', Result, ' i=',i, ' j=',j);
// writeln('I1=', I1, ' I2=',Field.AsInteger,' Result=', Result, ' i=',i, ' j=',j);
end;
ftFloat,