Hi Paul,
This sounds like you are using the Write LVM file express VI, this is
good for simple programs and getting started, however for what you are
doing, you would need to use either the Write Spreadsheet Vi, located
on the File I/O pallette, or the most efficient way is to use binary
writes however this is more complicated.
You can find examples on how to use binary files by looking in the
example finder, under Fundamentals >> File Input & Output
>> Write Binary file.vi and Read Binary file.vi
The Write Spreadsheet file, formats arrays in to strings, and uses
binary writes, it is simpler to use, but size might be slightly higer,
I would suggest you try this VI before the binary file.
Regards
JamesC