At first I was scratching my head trying to figure out why you could wire that connection, and then I saw what the problem is... I hadn't realized you were using LabVIEW 8.0. In LabVIEW 8.0 the "Write to Spreadsheet File" is not polymorphic. In LabVIEW 8.20 it is, so you can wire an array of strings, doubles, or integers. No matter, it's
quite easy to make a string version of it. Just open the "Write to Spreadsheet File" VI, save it under a new name somewhere within your project folder, and change the input from an array of numerics to an array of strings. You would need to change the format code that's used internally for the Array to Spreadsheet string to %s. I believe that's all that you would need to do. I don't have LabVIEW 8.0 so I can't verify if there's anything else.
Prior to LabVIEW this was a
very common thing to do, and anybody who programmed LabVIEW for a while had a string version of this VI in their project files. It took NI until LabVIEW 8.20 to get the message, but they finally got it. I'm sure I have a copy floating around in an older project folder, but it's best if you do it yourself so that you learn how to do it. If you have problems, let me know and I'll dig it up and upload it for you.
Message Edited by smercurio_fc on 05-22-2007 09:08 AM