LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reflection-like operations for VIs?

Solved!
Go to solution

Good idea, Jarrod! That would have saved me about an hour of tedium.

 

- Steve.

 

0 Kudos
Message 11 of 13
(837 Views)

P.S. If anyone updates or fixes this thing, please post the results and I'll do the same.

 

- Steve.

 

0 Kudos
Message 12 of 13
(835 Views)

Hi Steve,

Some code tips:

 

If you want to have the last element in an array you can use 'Delete from array' with only the array input wired.

I would do the 'Empty Array' check at the end of the code in the while loop so you can eleminate the '=0' case.

If you really want to reinvent the wheel don't look at the Variant Probe, which will traverse everything traversable.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 13 of 13
(805 Views)