LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array string path

Hello,

 

I am using the development vision,

I've got a table and in the fourth column of this table, there are some addresses that I need to open separate them individually.

How could I get these addresses on separate strings and transform each of these addresses "string" to "Path"

Thank you.

0 Kudos
Message 1 of 8
(3,090 Views)

There is an String to Path function.

0 Kudos
Message 2 of 8
(3,087 Views)

Ok,

 

but I want to separate the lines of the colum in different strings, ofr after i convert String to Path.

 

EX:

 

 address

aaa

bbb

ccc

ddd

 

Address                Address                      Address                Address                   Address          Address

aaaa                    bbbb                             ccc                         ddd                      eee                  fff

 

But Thanks so much....

 

0 Kudos
Message 3 of 8
(3,084 Views)

Get the string from the last column and use Spreadsheet String To Array Function with a delimiter of carriage return/linefeed

0 Kudos
Message 4 of 8
(3,077 Views)

i'm sorry, but i don't know how can i get the string of the last column.

 

Check the attachments with example.

 

And said for me how can i get the last column string, please.

0 Kudos
Message 5 of 8
(3,074 Views)

I can't open the VI since I only have LabVIEW 8.6.

 

 

0 Kudos
Message 6 of 8
(3,069 Views)

I´'m sorry..

 

See now the attachments.

0 Kudos
Message 7 of 8
(3,065 Views)

Use the Index Array function to get just the column that you want. This will give you a 1-D array of the text in that column.

0 Kudos
Message 8 of 8
(3,058 Views)