Hello,
I want to write text into a text template file. For example, consider I open the template file which already has the following written in it:
Name:
DOB:
Address:
Phone:
Now I have to write my name corresponding to the name field, and DOB,address,phone etc corresponding to its fields. When opened, it should look like:
Name: Prads
DOB: 10/10/2000
Address: 122 MyBlvd MyState 11111
Phone: 111-10101010
Can somebody tell me the VI's I got to use?
How should I move precisely to the position where data has to be written next. I mean, say I have written the Name and DOB, and now Iam trying to write the address......How do i jump to the location pointer corresponding to the address field. Is there a VI or an example which calculates and correspondingly ignores those text which is already present so that I can write in the required position in the file?
Thanks,
prads