Hello,
I have three variables that I need to write to a row in a CSV file. What's the easiest way to do so?
For example, I have a for each loop that assigns values to the variables, how then do I append them onto a CSV file?
Thank you,
Andrew
Hello,
I have three variables that I need to write to a row in a CSV file. What's the easiest way to do so?
For example, I have a for each loop that assigns values to the variables, how then do I append them onto a CSV file?
Thank you,
Andrew