From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,450 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,450 Views)