LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create and handle a text file in CVI

Is there any way to create and handle (like...open,write,read,truncate,close)  the .txt file in CVI?

0 Kudos
Message 1 of 2
(3,868 Views)

Sure. CVI is a regular C compiler and hence you can use all ANSI C functions. In addition you can use the File I/O functions from the utility library.

0 Kudos
Message 2 of 2
(3,866 Views)