Hi
My project produces several text reports in html format. For each section a standard html file is loaded into a webstring and the variables are replaced (variables start with z1, z2, etc ... in the standard file which is searched and replaced). I have been unable to find a simple way of joining several html files into one. Is there a command/method I have missed or will I have to load them all into long strings, concatenate them and subsequently write them to a new file. I would prefer to merge them as I would like to be able to add items to an html table in the report.
Many thanks
Charles
My project produces several text reports in html format. For each section a standard html file is loaded into a webstring and the variables are replaced (variables start with z1, z2, etc ... in the standard file which is searched and replaced). I have been unable to find a simple way of joining several html files into one. Is there a command/method I have missed or will I have to load them all into long strings, concatenate them and subsequently write them to a new file. I would prefer to merge them as I would like to be able to add items to an html table in the report.
Many thanks
Charles