10-26-2006 05:00 AM
10-26-2006 05:15 AM - edited 10-26-2006 05:15 AM
Before you write to a text file, you must convert arrray data to spreadsheet string format.
You could use 'array to spreadsheet string' function in Strings functions palette, and then write the resultant string to file using 'write to file' function
Or you can use 'write to spreadsheet file .vi' function in File functions palette
Sorry could not open and see your vi, hence this generic solution
Regards
Dev
Message Edited by devchander on 10-26-2006 05:16 AM
10-26-2006 01:01 PM