03-26-2010 03:35 AM
Sorry, im new to Labview.
My situation is this.
I can store the name and the result and i have the index.
Now I'm having a problem on overwriting result i had in text file.
I give you an example.
Now in my text file i have a name of a student and the result.
i wan to overwrite the result of the student.(this is just an example.)
can someone guide me please?
really need help as this is my school project.
Thanks!
03-26-2010 09:32 AM
First thing to learn is to post to the correct board. You posted to the TestStand board instead of the LabVIEW board.
Second thing would be to attach the code you have written so that someone can see what you have already done.
Typically, if you want to replace something in a file, you would read the entire file, make the changes, write the file back.
03-26-2010 10:15 AM
03-27-2010 02:48 AM