2
Answers

write results to csv file

peter piper

peter piper

9y
713
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)