04-18-2008 01:08 PM
04-18-2008 01:11 PM
Hi LyLee,
if your dll function only need the input and do not work on this data the output should be the same.
Mike
04-18-2008 01:29 PM
04-18-2008 01:33 PM
Hi LyLee,
if you know how many elements you need, create an array with this number of elements by using the "initialize array" function and connect it to your dll node. The output shall contain your data. If you have a string its the same. Create an empty string with the size you need. See the attached example picture.
Mike
04-18-2008 01:40 PM
Hi Mike,
Thanks for the example. Still a question: why do you convert the array of integer to a string then supply it to DLL, instead of directly supplying the array to DLL? Any difference?
Ly
04-18-2008 02:11 PM
Hi LyLee,
sorry for the confusion, you can connect your array directly. The picture shows another example. This was the first i found at this moment. ![]()
Mike