03-23-2010 11:15 AM
03-23-2010 11:59 AM
What version of the Mac OS are you using? Can you post a screenshot (.jpg or .png) of the part of the code which you need to change?
The Type and Creator information is no longer used in OS X.
Lynn
03-23-2010 01:30 PM
Lynn, Thanks. I have attached the section of code with the Set Type and Creator function. The computer is running Mac OS 9. Also, here is a link to the NI help on this: file:///Applications/National%20Instruments/LabVIEW%208.5/help/html/index.htm?glang.chm/Set_Type_and_Creator.html
03-23-2010 01:44 PM
03-23-2010 01:49 PM
OK, To write to a text file just use the Write to Text File+ VI. Remove the Set Type and Creator VI. The file will default to a generic text file. I do not recall what Type and Creator codes will be used (TEXT and ????, maybe) but the OS will find a text editor or word processor which can read the file.
If you need to use particular Type and Creator codes to get the file to open in a specific program when double-clicked, you need to determine what those codes are. Or if it is a small number of files you can change it manually with the Get Info mode in OS 9.
I am working from ancient memory so I may have some of the details rather fuzzy. Let me know exactly what you are trying to do and I will try to help.
Lynn