hello there,
I'm trying to read a file which looks as follows:
string1 = 0.3
string2 = 1.2
...
...
few strings are allocated with more then one value
string7 = 0.1, 0.5, 3.0
and so on...
what i need to do is to read this file and then substitute only in few strings a different value. Any help? Many thanks
I'm trying to read a file which looks as follows:
string1 = 0.3
string2 = 1.2
...
...
few strings are allocated with more then one value
string7 = 0.1, 0.5, 3.0
and so on...
what i need to do is to read this file and then substitute only in few strings a different value. Any help? Many thanks