LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

trim string quotes

Solved!
Go to solution

How do you trim quotes from either side of a string.

I have a property node outputting the value of a selected cell, but it outputs:

"string"

i just want it to say:

string

 

And im not sure that this output is even of type string,

the context help window says it is of type  "array element.value (variant)"

 

Any thoughts? 

Cory K
0 Kudos
Message 1 of 3
(2,901 Views)
Solution
Accepted by topic author Cory_K
You don't have a string, you have a variant. Use "variant to data" to convert the purple wire  back to a pink string.
Message 2 of 3
(2,898 Views)
That explains why I couldnt use any string functions :smileyvery-happy:
Cory K
0 Kudos
Message 3 of 3
(2,894 Views)