<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>If your numbers are integers, you can convert them to symbols
      with [makefilename %d] and add them to a text file, e.g. with
      [text set].<br>
    </p>
    <p>If the numbers are floats, you can use [makefilename %f]. Unlike
      %g, the %f specifier prevents the use of scientific notation. See
      also <a class="moz-txt-link-freetext" href="https://stackoverflow.com/a/5913115/6063908">https://stackoverflow.com/a/5913115/6063908</a>.</p>
    <p>Works for me (tm).</p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 07.05.2021 16:15, <a class="moz-txt-link-abbreviated" href="mailto:rolfm@dds.nl">rolfm@dds.nl</a>
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:ea6969b7234ff4742f20d5fcb98900f2@dds.nl">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>hi,</p>
      <p>i'm struggling with the way Pd handles numbers bigger then
        999999.</p>
      <p>i have an array with thousands of numbers, which i write to a
        file to analyse them.</p>
      <p>however, as soon as a number is bigger then 999999 i get the
        abbreviated notation and am loosing the lower digits.</p>
      <p><br>
      </p>
      <p>in Pd i can make a big number showing all digits by
        transforming it into a symbol, e.g. with makefilename.</p>
      <p>but a thus created text-file does not work in a spreadsheet.</p>
      <p><br>
      </p>
      <p>probably there's a way to overcome this seemingly limitation,
        but i've not found it yet.</p>
      <p>anybody with a hint?</p>
      <p><br>
      </p>
      <p>rolf</p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
  </body>
</html>