LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

edit ini files in CVI

Hello,
when I try to edit a ".ini" text file in the LabWindows/CVI editor (File->Open->Text(*.ini) etc.) I get the error: "Cannot open binary files as text files", although the file I try to open is indeed a text file editable with Notepad. How can I inform the CVI editor that it is NOT a binary file ?
Thanks a lot,
Marco

ElbaTech srl
Italy

0 Kudos
Message 1 of 3
(3,612 Views)
Just a guess, but this is probably because the text file is encoded using Unicode, which nopepad understands but CVI does not. Load the file in notepad and try to 'Save As...' and select ANSI encoding.
 
Hope this helps,
 
-alex
0 Kudos
Message 2 of 3
(3,586 Views)
Great Alex,
this was the problem !
Thanks a lot,
Marco

0 Kudos
Message 3 of 3
(3,575 Views)