08-08-2007 06:18 AM
08-08-2007 06:26 AM
Older versions of LabVIEW don't support arrays of string for "write to spreadsheet file".
You need to explicitely use "array to spreadsheet string", then write the resulting string to a file using e.g. "write text file".
08-08-2007 06:33 AM
08-09-2007 08:34 PM
Hi again,
i will do just that, thanks again.