You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/src/wattsi.pas b/src/wattsi.pas
index 1ac317a..53d7148 100644
--- a/src/wattsi.pas+++ b/src/wattsi.pas@@ -2017,6 +2017,7 @@ begin
Result := i > 0;
if Result then
begin
+ Inform('SplitInHalf: ' + Txt);
Half1 := Copy(Txt, 1, i-1);
Half2 := Copy(Txt, i+Length(Separator), Length(Txt));
end;
I get 755 rows logged. But only 11 after removing duplicate lines. So an alternative optimization could be to cache the result maybe?
See #39 (comment)
The text was updated successfully, but these errors were encountered: