From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

programmatically export selected area of table to string array

Solved!
Go to solution

i am able to programmatically select an area of a table using property nodes selsize and selstart however once i have the area selected i cant seem to export the data to a string array. tried value property node. just returns all the data, not the data i am interested in. help much appreciated.

0 Kudos
Message 1 of 3
(2,234 Views)
Solution
Accepted by topic author eword

Hi eword,

you can use "Array Subset" to get the part you need.

 

Mike

Message 2 of 3
(2,227 Views)

yep. your right. thanks 🙂

0 Kudos
Message 3 of 3
(2,223 Views)