LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

autosize row

Hi,
 
Is it possible to autosize the number of row in a table ?
 
I need the right number of row to know how many iterations I will do in my for loop. My Vi has a table of 3X4 with text, but if the table is bigger 4X4 (where the last row is empty) it will respond me as I have a 4 row table. How can I optain in this situation a 3 row with property node. 
 
Somebody can explain me ?
 
Thank
0 Kudos
Message 1 of 5
(3,065 Views)
There are several ways of accomplishing this. You can limit the code that is processing the array to only do the first three rows, you can delete the fourth row from the array if it exists. Can you show a bit of the code that is doing the processing of this array?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 5
(3,061 Views)
There is my vi's
Download All
0 Kudos
Message 3 of 5
(3,057 Views)
In this case I would probibly do something like this.

Mike...

Message Edited by mikeporter on 07-04-2007 03:06 PM


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 5
(3,047 Views)
many thanks
0 Kudos
Message 5 of 5
(3,040 Views)