05-10-2007 01:39 PM
05-10-2007 02:03 PM
05-10-2007 06:13 PM
Smercurio_fc,
The Write to Text File does not automatically create or append to a file in one step. If you use an existing file path, then it will create or overwrite the file. If you use a refnum then you can use a pointer to get to the end of the file then append data, else it will write data who knows where. The old vi would create the file if it didn’t exits, and append data if it did exist. It was a very simple process to create logging files. But that is not the part that bothers me. Since they did change a nice existing function for some reason, I would like to know the reason incase there is an issue and I am creating a problem/future problem somewhere.
Thanks for your time.
05-11-2007 09:01 AM
05-11-2007 09:18 AM