2
Reply

write results to csv file

peter piper

peter piper

Feb 27 2016 3:40 AM
373

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)