LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify a datafile using file read and file write

I have a datalog file containing port and DMM setup information.  I want to read this file into an aray, update or modify it, and write it to a file.  I can read the file in, but I am at a loss on how to modify it since it is stored in an indicator.  Any suggestions?
0 Kudos
Message 1 of 3
(2,625 Views)
The simplest thing is to replace your indicator by a control, and to use a local variable to write your data into the control.
 
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 3
(2,613 Views)
Works perfectly.  Thanks.
0 Kudos
Message 3 of 3
(2,596 Views)