<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>(mis-directed earlier reply - sorry about that)<br>
    </p>
    <p>Thanks Denis - will try that.</p>
    <p>will also check my user rights as Juha suggested as well <br>
    </p>
    <p>gotta be something my end :)<br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 19/10/21 19:36, Denis Kozlov wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAC9nf9oTYcyuwBiDFB6AZ1xA=fzvbb4vwWMFkXvixErpd4GsOg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">On Tue, 19 Oct 2021 at
              05:58, Steve Gatenby via lazarus <<a
                href="mailto:lazarus@lists.lazarus-ide.org"
                target="_blank" moz-do-not-send="true"
                class="moz-txt-link-freetext">lazarus@lists.lazarus-ide.org</a>>
              wrote:<br>
            </div>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">Hoping someone could
              shed some light on why different results on the following
              code :)<br>
            </blockquote>
            <div> </div>
          </div>
        </div>
        <div dir="ltr">There is a peculiar truncation at around 80
          characters in your second example. The output might be getting
          broken down into multiple lines. </div>
        <div dir="ltr"><br>
        </div>
        <div dir="ltr">You might want to inspect the raw content of the
          sData variable before dumping it into a text file.</div>
        <div dir="ltr"><br>
        </div>
        <div>Also, try changing this line:<br>
        </div>
        <div dir="ltr">> slTemp.Add(sData);</div>
        <div dir="ltr"><br>
        </div>
        <div dir="ltr">To this line:</div>
        <div dir="ltr">> slTemp.Text := sData;   <br>
        </div>
        <div><br>
        </div>
        <div>Denis<br>
        </div>
        <div dir="ltr"><br>
        </div>
      </div>
    </blockquote>
  </body>
</html>