10-31-2006 09:32 PM
11-01-2006 01:49 AM
That VI may not be available in the PDA module, but if you look inside it, you should see that it uses the Array to Spreadsheet String primitive, which should be available. If you want CSV, you need to use a comma as your seperator.
If for any reason that VI doesn't work, you can code it yourself by going over the array element by element and building a string out of it.
You really should check out those tutorials. Using the PDA module is not something I would suggest for people who don't LV, because it has quite a few bugs and missing things which you have to know how to work around.