[Lazarus] Process differences

Steve Gatenby steveg at nevets.com.au
Thu Oct 21 08:56:27 CEST 2021


(mis-directed earlier reply - sorry about that)

Thanks Denis - will try that.

will also check my user rights as Juha suggested as well

gotta be something my end :)


On 19/10/21 19:36, Denis Kozlov wrote:
> On Tue, 19 Oct 2021 at 05:58, Steve Gatenby via lazarus 
> <lazarus at lists.lazarus-ide.org> wrote:
>
>     Hoping someone could shed some light on why different results on
>     the following code :)
>
> There is a peculiar truncation at around 80 characters in your second 
> example. The output might be getting broken down into multiple lines.
>
> You might want to inspect the raw content of the sData variable before 
> dumping it into a text file.
>
> Also, try changing this line:
> > slTemp.Add(sData);
>
> To this line:
> > slTemp.Text := sData;
>
> Denis
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20211021/de002e89/attachment.html>


More information about the lazarus mailing list