12-16-2019 08:46 AM
How can I find the value of an Array of Sting Constants using VI Scripting? The included code only returns one of the values in the Array. Is there a way to return all the values?
Thanks,
Solved! Go to Solution.
12-16-2019 09:14 AM
You don't want a string or string constant, you want to find the array constant, and use the Value Property node on that.
12-16-2019 10:37 AM
Here's what the code looks like for RavensFan's suggestion: