LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SPLITTING A STRING

I used example LV7.1.1 to import data from a file into a table.  From that table I can select different data entries and move them into a sting , but I am only able to transport one date entry into a string, how can I be able to select many different data entries from the table and put them all in the same string.  Or if a string won't work, what can I use so that I can select things from one table and put them into another?
0 Kudos
Message 1 of 3
(2,669 Views)
The attached vi shows how to obtain the selected cell in a table and get the string in that cell, then concatenate to the final output string.
- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 3
(2,660 Views)
Here are a couple of vi's that may help you out. In one vi I used array to spreadsheet string which allows you to input multiple lines into a string indicator



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 3 of 3
(2,650 Views)