Hi,
I need to update a file1 for some data, wherein the data contains in the file2.
e.g
File1 contains info for the Design name and area for that design which is sequentially given as
Design
area= ;
Design
area= ;
.
.
.
Design
area=;
and so on...
File 2 contains
12
14
56
....
so on.
so how to fix the values of file2 in the file1 for the area info. can anybody please help me with this?