I want to read an array of numeric data coming out of the DLL into a Listbox. I tried to use the Property Node and Item Names but I was still unsuccessful. Any suggestions
Check that you can read constant 1-d array of numeric data into a Listbox. Transform it to string array and link to Item Names. If it work, check that you get data from dll, may be problem is here.