LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array To Spreadsheet String and DDE

I have an array (one dimensional) that I want publish as a dde topic.
So far I've been able to write all my dde components appear to be working,
with the exception of the dde set value function in conjunction with Array

To Spreadsheet String function.

Array to spread appears to parse the the array the way I want it (that is,
to create one
big string with newline chars seperating tokens) but it's output does not
seem to set correctly. If I look at the value right after I convert it to
a spreadsheet
string its good, but if I check it (once it's been loaded) using
DDE Srv Check Item it comes up blank.

Does anyone know what I'm doing wrong? I'm feeding the output of array
to spread driectly into DDE Srv Set Item, shou
ld it be going through another
function first? Or am I using the wrong function to parse my array? My
DDE
server seems to work ok if I just use single string values, is there something
about using arrays that I should be aware of? Any feedback is appreciated.
0 Kudos
Message 1 of 1
(2,299 Views)