I need install creator to add a string to an already existing entry. say there is an ini called opt.ini, reading:
[details]
version=5.8
how can i get install creator to append " rev 2" onto ther vresion? and i cannot overwrite all of it.
I need install creator to add a string to an already existing entry. say there is an ini called opt.ini, reading:
[details]
version=5.8
how can i get install creator to append " rev 2" onto ther vresion? and i cannot overwrite all of it.
I need install creator to add a string to an already existing entry. say there is an ini called opt.ini, reading:
[details]
version=5.8
how can i get install creator to append " rev 2" onto ther vresion? and i cannot overwrite all of it.
You cannot read, modify the string and then write it. You can just replace a string.
Can't you write directly "5.8 rev 2" ? Could it be another version number?
Yves.
You cannot read, modify the string and then write it. You can just replace a string.
Can't you write directly "5.8 rev 2" ? Could it be another version number?
Yves.
hm... okay thanks, but no replacing would not be preferable- but i geuss i willl wright an external program to read then apend-
Thanks
hm... okay thanks, but no replacing would not be preferable- but i geuss i willl wright an external program to read then apend-
Thanks