Subject Re: [firebird-support] Capture the output of GBAK console process and display on your GUI application
Author Salvatore Besso
hello Stefan,

> On first sight, it looks like your code doesn't face that problem.
> However, as you take care that only complete lines of the returned
> console output get added to the TStrings list, it only *looks like*
> everything is OK. It isn't.
>
> When you replace this snippet of your code
[...]
> with this one:
> List.Add (Line);
> Line := '';

sorry, but now I'm a bit lost :-) What is the code that works, mine or yours with the above two lines?

Regards
Salvatore