We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c969341 commit 509c2f5Copy full SHA for 509c2f5
entries/dcornelius/src/dcornelius.dpr
@@ -30,7 +30,7 @@ begin
30
Writeln('SYNTAX: ' + ExtractFileName(ParamStr(0)) + ' <filename> <method>');
31
Writeln(' where <filename> is a text file with weather station data');
32
Writeln(' and <method> is the algorytm for summarizing the data:');
33
- Writeln(' TSL = read in all data to a TStringList (lots of memory needed)');
+ Writeln(' TSL = read in all data to a TStringList');
34
Writeln(' DIC = build a Dictionary, then sort after built');
35
Writeln(' TBL = load a FireDAC in-memory table - warning: takes several hours!');
36
Writeln;
0 commit comments