LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

void data type

I need to resize a table located on a tab control. I have ten tab pages with similar tables and I am trying to index the tables using programmatic tab control references. I index the array of tab page references, and then I index the array of controls on the referenced page. However, when I connect a �number of columns� property node to the referenced reference, I get a void sink. Is there any way to change the data type of this property node or to cast an appropriate value to its void input?
0 Kudos
Message 1 of 3
(4,510 Views)
Can you post a bit of your code? I think I understand what you mean but I'm not sure.

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 3
(4,510 Views)
Thanks for the interest but I have solved my problem. It was a simple matter of using the "To more specific class" icon. This allowed me to type cast the offending property node into a generic table.
0 Kudos
Message 3 of 3
(4,510 Views)