doctorjellybean
Programmer
- May 5, 2003
- 145
The application should load the contents of a file into an invisible memo, and display the text between brackets in an EditBox so that a user can change it and save the file.
The file itself contains a number of lines, but the ones I'm interested in have the following format:
"integer displayinterval" [60]
"integer writeinterval" [600]
"string filename" ["E:/_DAZ Studio Content/_Renders/Three"]
and so on.
What is the best way to search and display, change the values and save the file?
Thanks in advance.
The file itself contains a number of lines, but the ones I'm interested in have the following format:
"integer displayinterval" [60]
"integer writeinterval" [600]
"string filename" ["E:/_DAZ Studio Content/_Renders/Three"]
and so on.
What is the best way to search and display, change the values and save the file?
Thanks in advance.