2
Answers

write results to csv file

Photo of peter piper

peter piper

9y
745
1

The code below writes results to the Output window

System.Diagnostics.Debug.WriteLine(“Cost : “ + orginalCost+"  "+stockItem);

In which way can I modify this code so it produces a csv file instead

 

Answers (2)