10-21-2010 01:29 AM
Is there any way to create and handle (like...open,write,read,truncate,close) the .txt file in CVI?
10-21-2010 01:38 AM
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.