I have a report that does a lot of code during the format(detail)of the report. I would like to move this value(that the code gets) to either a textfile or a table?
the data is just numbers like:
3
-6
8
11
0
The result I´m looking for is a table containing these numbers or a textfile(like 3;-6;8;11;0)filled by all those calculations that the code does(every line).
the data is just numbers like:
3
-6
8
11
0
The result I´m looking for is a table containing these numbers or a textfile(like 3;-6;8;11;0)filled by all those calculations that the code does(every line).