07-13-2006 01:39 AM - edited 07-13-2006 01:39 AM
Message Edited by Johan.svensson on 07-13-2006 01:42 AM
07-13-2006 02:15 AM
Hi
If you want to use the write to spreadsheet file vi, you have to build an array, which is probably not so good if you get up to 3'600'000 values.
Basically the write to spreasheet file vi just writes characterseparated values to a file. This you can do on your own. Open a file, convert the value aquired, write it and close the file.
07-13-2006 05:49 AM
07-13-2006 05:53 AM
07-14-2006 06:42 AM
07-14-2006 07:40 AM