Hi All,
I have a small problem that I am trying to solve...It regards storing string values in an array and outputting them to a .csv file.
As you know the .csv file accepts inputs delimeted by commas ",", however the arrayed values are also delimeted by commas therefore $arr[$i]="1,2,3"; and this is read by the .csv file. My intent is to have the values "1,2,3" stored in a single-cell/column in the excel spreadsheet rather than have "1" in a separate cell and likewise for "2" and "3".
Any ideas?
I thank you for your response.