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
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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Feb 27, 2016, 2:31 PM
Shweta LodhaPosted Feb 27, 2016, 11:03 AM