LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Expand text in cells into a table.

Hi all, 

 

I want to know if it's possible to do the same like in excel (see picture). I want to expand text in multiple columns. Is it possible to do this in a LabView table?

 Test.PNG

 

Thanks a lot.

0 Kudos
Message 1 of 5
(2,577 Views)

No.

(Your example is flawed as it only works as long as you don't put anything in cell B1 or C1!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,569 Views)

 I want to expand text in multiple columns. Is it possible to do this in a LabView table?

If I properly understood, you have many lines , andyou want that every line(row) will becomes the separately column ?

0 Kudos
Message 3 of 5
(2,542 Views)

Not really. 

I want to insert data for example in cell A1. If the number of characters of my text is greater then the width of my column, it continuous into the next column. Like in my picture. I want to do that in a LabView Table.

0 Kudos
Message 4 of 5
(2,539 Views)

@anjimlio wrote:

I want to insert data for example in cell A1. If the number of characters of my text is greater then the width of my column, it continuous into the next column. Like in my picture. I want to do that in a LabView Table.


It seems that in your picture all the data contains only in first column .

But structure of table, for example for Excel , has such a characteristic as width cell. And for Excel this characteristic is not explicit thing. If you will define weight is how many symbols contains the one cell, than you could use func."String subset".

0 Kudos
Message 5 of 5
(2,527 Views)