05-05-2010 05:56 PM
Looking for some help.
What does "new file path" of the Write To Spreadsheet File.vi do? I need a better explaination than what is given.
Thank you.
Solved! Go to Solution.
05-05-2010 06:01 PM
05-05-2010 06:03 PM
You can call this function without wiring a file path input. If this is the case, the function will prompt the user for the input file using a file dialog pop-up. If a file is selected and the OK button is pressed, this is the file path that is output from the function as the new file path. If the cancel button is pressed instead of OK, the "not a path" constant is the new file path output. If the function is called with a file path input wired, the dialog does not pop up and the same file path input becomes the new file path output.
05-05-2010 06:12 PM
05-05-2010 06:17 PM
howzz wrote:
Let's see if I have this right. What ever I name the "file path" or select if I don't have a "file path" is going to be passed through the vi to the output "new file path".
Yes.