LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I programmatically remove a subVI from another VI's block diagram?

If it helps, I have a special do-nothing VI called "Bookmark.vi" that I use to mark related code when I have to hop around between two or more places repeatedly.
0 Kudos
Message 1 of 3
(2,510 Views)
You would need to use the super secret, super "can completely mess up my program", method of LabVIEW VI Scripting. You can find more information over at the Lava User Groups.

Of course, if the VI doesn't do anything, why not just leave it in and not bother with it?
Message 2 of 3
(2,505 Views)
Ooh, thanks. Those are sure to get me in trouble!

The reason I would want to remove the bookmarks is because next time I need to place a few bookmarks elsewhere, LabVIEW would find my original few.
0 Kudos
Message 3 of 3
(2,501 Views)