01-02-2011 03:15 PM
The help for Index String Array says "The connector pane displays the default data types for this polymorphic function." but it does not seem to be polymorphic. I can only wire a 1D array of strings to string array and a string to string. Either I am missing something really obvious or the help is wrong.
I am not exactally new to LabVIEW but I only now realized (thanks to quickdrop) that this function exists.
Other than the ability to concatenate the string input with the indexed string array element why does Index String Array exist? Is there any other reason to use that instead of the generic index array function?
Using LabVIEW 2010.
Solved! Go to Solution.
01-02-2011 03:43 PM
Yes, it's a pretty useless function. Basically a combination of "index array" and "append string".
I tried a few other things as input (2D string array, array of clusters of strings, etc.) but I did not find any other inputs that would work. Maybe the help is wrong.... 😉
01-04-2011 08:57 AM
I think you are right. I bet the help files come from some kind of template and someone overlooked it. For years
01-04-2011 11:30 AM
Steve:
I went ahead and filed a documentation CAR (#279806) to get it corrected. Thanks for bringing it up!