ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
03-31-2006 03:02 PM
03-31-2006 05:22 PM
If you open the file in Notepad you can choose "Save
As", and then select the encoding at the bottom. Change it to ASCII, and
then read in the new file in
If you need this to be an automated thing, I would suggest changing the
application that writes to the file, to do so in ASCII. Especially if your not
going to get any characters that aren’t in the standard ASCII set.
03-31-2006 05:28 PM