06-17-2020 09:30 AM
I can do this manually:
How do I script that?
If it's saved, I can place an instance of a typedef on a BD with this:
But before it's saved, the path doesn't exist. How can I place an instance of an unsaved typedef.
(So why do I want to do something so odd? This is part of a utility that (among other things) converts some VIs from an old system to a new system. The new system requires a typedef'd cluster constant (which is created by the converter). I want the user to be able to examine the newly created open items, then decide whether or not to save them.)
06-18-2020 08:06 PM
Wouldn't it be just as easy to save them, place them, and then remove/delete if the user didn't accept them?
06-18-2020 10:49 PM
@natasftw wrote:
Wouldn't it be just as easy to save them, place them, and then remove/delete if the user didn't accept them?
Of course that's a solution, but I was hoping for something a little cleaner.