LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

converting 2D array string

Hi,
I have a 2-D string of data with 1 row and 3 columns and  i want to convert the data into three different strings as shown below. I tried to do this by converting the 2D data into spreadsheet string but unfortunately it didnt work. I would like to know how to got out of this. Please help!!
 
Thanks!!
Download All
0 Kudos
Message 1 of 2
(2,494 Views)
You have a 2D array of strings. To get individual array elements (and that's what you apparently want), just use "index array", specifying the desired row and column index.


Message Edited by altenbach on 07-03-2008 01:48 AM
0 Kudos
Message 2 of 2
(2,487 Views)