peter piper

peter piper

  • NA
  • 22
  • 3.7k

write results to csv file

Feb 27 2016 3:40 AM

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)