I am actually using a VI which automatically reads the date and time and uses that as the name designation for the file, I tied this into the "file path connection of the "write character to file" vi. However, I kept my vi outside your case structure, which is probably incorrect. In addition, it actually seems to be redundant this way, since I'm realizing that I've been closing to windows asking for file names, one with a predesignated name, from my VI, and one without, your case structures "write to ....". Let me know if this answers your question. I wasn't sure what you were asking. I think 'a VI which specifically asks for the filename' is my date/time VI, and the 'VI that writes the data and asks for the name when it
gets it?' is the "write to ...." VI? Now, I've confused myself. Your solution seems to make sense though, if it keeps repeating the request, the name would have to be carried through to maintain this name for all updated saving of data....