LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I write a subVI that accepts a generic-dimension array?

Thank you! That is what I was looking for.
(as for the reference issue, I thought I had already tried what you suggested without luck, but I must have done something wrong as it works fine now!)
0 Kudos
Message 9 of 14
(1,220 Views)
Ugh, but I still can't get the individual size of each dimension!
0 Kudos
Message 10 of 14
(1,220 Views)
It is possible but requires data from both the type descriptor and
flattenned string and
much knowledge about internal data representation in LabVIEW.
See attached VI.

"Bmarsh" a écrit dans le message news:
50650000000500000052370000-993342863000@exchange.ni.com...
> Ugh, but I still can't get the individual size of each dimension!



[Attachment ArraySizes.vi, see below]


LabVIEW, C'est LabVIEW

0 Kudos
Message 11 of 14
(972 Views)
Thank you.

I'm still amazed that there isn't a straigtforward way to ask an array how big it is...but this solves my problems, thanks...
0 Kudos
Message 14 of 14
(972 Views)