LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cluster size in bytes programatically

Is there something that implements a C stype "sizeof" in labview? I need to call a dll and pass in a cluster value and it's size in bytes.

Thanks

Eugene
0 Kudos
Message 1 of 2
(2,454 Views)
If the cluster doesn't have variable length data (strings and arrays), flatten the cluster to string and get the string length.


LabVIEW, C'est LabVIEW

Message 2 of 2
(2,454 Views)