<t>This is probably awfully simple, but I still struggle..To save memory, I would like to write an array of numbers (double) to an external file, for each iteration of a for-loop. This could be any file (.txt/.csv ..), with each row (line) containing the numbers for one iteration. My struggle stems ...