<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Christof Ressi schreef op 09-05-2021 13:40:</p>
<p>>Can you share the output?</p>
<p><br /></p>
<p>here's  a small part of it.</p>
<p>putting the textfile into a spreadsheet (OpenOffice)</p>
<p>only the %d data is seen as numbers.</p>
<p>with [makefilename %d]<br />49<br />64<br />81<br />100<br />121<br />144<br />169<br /><br /><br />with [makefilename %.2f]<br />49.00<br />64.00<br />81.00<br />100.00<br />121.00<br />144.00<br />169.00<br /><br /><br />with [makefilename %f]<br />49.000000<br />64.000000<br />81.000000<br />100.000000<br />121.000000<br />144.000000<br />169.000000<br /><br /></p>
<p>rolf</p>
</body></html>