06-27-2012 01:38 PM
You do NOT need to go through the Excel in order to save the CSV. Just take your spreadsheet string and write it straight to a text file.
06-29-2012 09:12 PM
my question is, doesnt the file suppose to recognize the there is a comma amongst the sentence and delimits the sentence into 2 seperate cells?
but I figure out what my problem is in the vi.
thank you for your time anyway. 🙂
06-30-2012 09:00 AM
I love the message in the error case. We have all heard of the programmer who placed a pretty nasty message in some code for debug fully intending to remove it. Then the customer called asking why the program just insulted his grandmother.
As already mentioned you don't need the Excel stuff. Excel can just open a text file if it has the extension .csv. Instead of Array To Spreadsheet Sring you can use Write To Spreadsheet File.