<html><head></head><body style="zoom: 0%;"><div dir="auto">The output looks entirely reasonable. Maybe your spreadsheet application expects floating pointer numbers in the German format (comma instead dot)? If yes, there surely is an option to change that. Either way, the problem is not on the side of Pd. </div>
<div class="gmail_quote" >Am 9. Mai 2021, um 18:36, <a href="mailto:rolfm@dds.nl" target="_blank">rolfm@dds.nl</a> schrieb:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<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></blockquote></div></body></html>