10-19-2019 01:03 PM
Good morning, my problem is the following, i have a file of excel and extract information all in string but when i need use the information use how string, dbl and convert this string to dbl whit frac/exp string to number, and whit this information initialize variables and intenting making a cluster that have string, dbl and different dats but when i put the unbundle don't show the names and don't make the cluster are you have this problem?
Solved! Go to Solution.
10-19-2019 02:33 PM
Many questions, which you could have helped to answer by attaching, say, an example data file (or a first attempt at a VI to handle your task).
Bob Schor
10-19-2019 04:10 PM
Basicaly I already hace the data extractracted from an excel file but I have to say 5 data of which I receive it as a string but for certain reasons I want to convertí 2 of them to dbl since I use it as reference parameters and I also want it to be a function for I want to convert it into a cluster but with 2 types of data anda manage it, but even doing tests I cannot generarte a cluster
10-19-2019 04:13 PM
Thank you so much Bob
10-19-2019 04:14 PM
You are using Bundle by Name. That means you MUST wire an example of the cluster into the middle node of that function. Make sure every element of that cluster constant has a name.
Or you could use a regular Bundle. It will create a cluster based on the names of the wires running into it.
You should read the detailed help for both the Bundle by Name and regular Bundle functions.
10-19-2019 05:15 PM
Ok Bob, thank you so much your reply solve my doubt