"Greg McKaskle" <[EMAIL PROTECTED]> wrote: >If you need the return value to work, you will want to get it as a four >by integer. You won't be able to get it into a string without making >another call to dereference the pointer, interpret it as a string, and >copy the contents into a LV string.
Greg, you underestimate LabVIEW here :-) Luckily that is not true anymore. Since about LabVIEW 6.0 or 6.1, the CLN has actually a string return type. No array though (and for good reason), so if you would need to retrieve an array like that it would get troublesome in the way you have pointed out. Rolf Kalbermatter CIT Engineering Nederland BV tel: +31 (070) 415 9190 Treubstraat 7H fax: +31 (070) 415 9191 2288 EG Rijswijk http://www.citengineering.com Netherlands mailto:[EMAIL PROTECTED]
