Good mornin' all! I've a requirement to put certain values (after computing them) in various spots in a very large text file. So basically the starting text file can have placeholders where these computed values will end up- like a template. Then my code will compute some values based on user input and i need to fill in the placeholders. Is there a better way to do this besides a simple string replace?
Cheers. Bec
