LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array - > cluster -> string

Hi,

I have an 1D array 4 values in it. I am converting it into Cluster and
the last element of the cluster is a formula so I will use this as an
input to Eval Single-Variable Scalar and compute a calibrated data.

My problem is I do not know how to convert a cluster value into a string.

How can I do it? Or am I wrong to try to steps as array -> cluster ->
string?

TIA
0 Kudos
Message 1 of 2
(2,642 Views)
Why not just use Array Index to select the correct string from your array? You don't need to use the array to cluster. See attached pic.

If you need one item from a cluster, use Unbundle or Unbundle By Name from the Cluster pallette.

Tim
0 Kudos
Message 2 of 2
(2,642 Views)