LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Output data type of Read from XML file.vi

LV 7.1:
How can I enforce the output data type of the polymorphic "Read from XML file.vi" to be a string instead of an array of strings?

0 Kudos
Message 1 of 3
(2,683 Views)
In the Examples, there is a Read Data from XML file.vi, that shows how to do this.  You basically have to index the array and re-concatenate, or separate, depending on how you want to display.
 
eric
0 Kudos
Message 2 of 3
(2,673 Views)

@alkazaa wrote:
LV 7.1:
How can I enforce the output data type of the polymorphic "Read from XML file.vi" to be a string instead of an array of strings?



In reply to my own post:
I found the answer and described it in another forum
0 Kudos
Message 3 of 3
(2,658 Views)