Hey guys, I have values with up to 8 decimal places e.g. 292.77321149
and I want to dump them into a text file
----------------
example:
a = 292.77321149
newTxtFilePath = "C:\\Users\\marku\\Desktop\\tmp_output_2.txt"
newTxtFile = createFile newTxtFilePath
format "%\n" a to:newTxtFile
----------------
result in textfile:
292.773
----------------
how can I get exact value to my textfile?
Thanks!
Swordslayer · 2022-03-09