LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Path directory of Write Delimited Spreadsheet VI?

Solved!
Go to solution

My suspicion is that the OP is using "call by reference" with entered paths as shown in the Earlier post . Pure madness!

0 Kudos
Message 11 of 13
(348 Views)

@altenbach wrote:

My suspicion is that the OP is using "call by reference" with entered paths as shown in the Earlier post . Pure madness!


😯

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 13
(341 Views)

I agree with the others. If your goal is to have the path in your code for some reason, it's almost certainly better to have a static reference to the VI and connect that to a property node to read the path. Using just the path is problematic for any number of reasons (forward compatibility and inclusion in executables, to name just a couple that come to mind).

 

If you tell us what you actually want to do, we could probably offer better advice.


___________________
Try to take over the world!
0 Kudos
Message 13 of 13
(305 Views)