LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Flatten To String Function

Why does Flatten To String Function always prepend array size when used with Cluster?
Is it normal?

LabVIEW 8.6 and LabVIEW 2009

 

Thanks,

 

1.png

0 Kudos
Message 1 of 3
(2,588 Views)
If by "normal" you mean documented then yes.  I believe the same is true for arrays of strings.  Outside of a cluster, you can infer the array size from the length of the string (in theory).  Once you add the cluster, all bets are off so you need the length information to recover the data.
Message 2 of 3
(2,576 Views)

Thanks for your reply Darin.K
I thought the same thing that it would need size for Unflatten From String Function if it used in cluster. Because there could be more than one array.

Just want to make sure if there is an override.
No problem, Thanks

0 Kudos
Message 3 of 3
(2,568 Views)