ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array cell high

Hello,
 
Is it possible to have a different colum width to an array?
0 Kudos
Message 1 of 7
(3,592 Views)
I'm assuming you mean a 2-D array.  If you mean a 1-D array, you just resize the element inside the array.

You cannot get varying widths in a 2-D array.  Everything except the value itself must be the same for element of an array.

If you're displaying strings, you could use a table, which is treated like a 2-D array of strings.  With that, you can change the widths of the columns.
0 Kudos
Message 2 of 7
(3,590 Views)
Well 1st of all thanks, but i know about the table and it cannot help due to the fact that i have a 3d array....
0 Kudos
Message 3 of 7
(3,586 Views)
If you're willing to code it up, you can use a ring control or another numeric to do the paging (one index) and display the resulting 2-D array in the table.
0 Kudos
Message 4 of 7
(3,582 Views)

You mean 3 different tables that will apear dynamicly ?

or 1 table that will get the values dynamicly from another 3d array.....?

0 Kudos
Message 5 of 7
(3,580 Views)
It's a bit crude, but here's what I was suggesting.
0 Kudos
Message 6 of 7
(3,576 Views)

1 table and 1 array then.

10x for the offer.

0 Kudos
Message 7 of 7
(3,574 Views)